1bec73d61c
gzip is out of the base system
5 lines
46 B
Bash
Executable file
5 lines
46 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
make clean
|
|
make
|
|
make install
|