forked from alnux/repo
4 lines
74 B
Text
Executable file
4 lines
74 B
Text
Executable file
chmod +x ./config
|
|
./config --prefix="/usr"
|
|
make
|
|
make install DESTDIR="$1"
|