minix/commands/bzip2-1.0.3/build
Ben Gras 1bec73d61c fix builds not to do bigmakes
gzip is out of the base system
2006-02-02 17:13:07 +00:00

7 lines
72 B
Bash
Executable file

#!/bin/sh
make clean
make all
if [ "$1" != build ]
then make install
fi