From 4b5a3a49701d07ee015e1525c16c2376b0837e78 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sat, 24 Sep 2005 15:29:10 +0000 Subject: [PATCH] Use makeme script to build bzip --- commands/bzip2-1.0.3/build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.44.0