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

gperf: Revert prior commit

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

View File

@ -1,9 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--without-xmlto \
--disable-specs
--prefix=/usr
make
make DESTDIR="$1" install