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