fribidi: remove options which don't exist

This commit is contained in:
Dylan Araps 2019-10-08 20:58:30 +03:00
parent a92343c1ea
commit f7451c1c38
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 \
--disable-docs \
--with-glib=no
--prefix=/usr
make
make DESTDIR="$1" install