forked from alnux/repo
9 lines
148 B
Text
Executable file
9 lines
148 B
Text
Executable file
./configure \
|
|
--prefix=/usr \
|
|
--disable-documentation \
|
|
--disable-dtd-validation \
|
|
--enable-static
|
|
|
|
make
|
|
make DESTDIR="$1" install
|
|
|