From: Ben Gras Date: Sat, 24 Sep 2005 15:29:10 +0000 (+0000) Subject: Use makeme script to build bzip X-Git-Tag: v3.1.0~15 X-Git-Url: http://zhaoyanbai.com/repos/dnssec-keygen.html?a=commitdiff_plain;h=4b5a3a49701d07ee015e1525c16c2376b0837e78;p=minix.git Use makeme script to build bzip --- diff --git a/commands/bzip2-1.0.3/build b/commands/bzip2-1.0.3/build index 3ee5f0395..90ec904ea 100755 --- a/commands/bzip2-1.0.3/build +++ b/commands/bzip2-1.0.3/build @@ -1,3 +1,4 @@ #!/bin/sh make clean -make && make install +sh makeme.sh +make install