mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-29 01:02:48 -06:00
fribidi: remove options which don't exist
This commit is contained in:
parent
a92343c1ea
commit
f7451c1c38
@ -1,9 +1,7 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr
|
||||||
--disable-docs \
|
|
||||||
--with-glib=no
|
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user