2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

gperf: Disable xmlto and specs

This commit is contained in:
Dylan Araps 2020-03-17 14:02:55 +02:00
parent aadbe109a2
commit cadb656fd7
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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