diff options
-rw-r--r-- | bzip2.morph | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bzip2.morph b/bzip2.morph index 6e2e44f..e1cb2a3 100644 --- a/bzip2.morph +++ b/bzip2.morph @@ -2,8 +2,8 @@ "name": "bzip2", "kind": "chunk", "build-commands": [ - "make", - "make -f Makefile-libbz2_so" + "make -f Makefile-libbz2_so", + "make" ], "install-commands": [ "make PREFIX=\"$DESTDIR$PREFIX\" install", |