forked from alnux/repo
4 lines
89 B
Text
Executable file
4 lines
89 B
Text
Executable file
export CFLAGS="$CFLAGS -static"
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR="$1" install
|