1bec73d61c
gzip is out of the base system
5 lines
110 B
Bash
Executable file
5 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
CC=cc /bin/sh ./configure --prefix=/usr/local && make all
|
|
if [ "$1" != build ]
|
|
then make install
|
|
fi
|