forked from kiss-community/repo
gperf: Disable xmlto and specs
This commit is contained in:
parent
aadbe109a2
commit
cadb656fd7
@ -1,7 +1,9 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr
|
--prefix=/usr \
|
||||||
|
--without-xmlto \
|
||||||
|
--disable-specs
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user