forked from kiss-community/repo
libass: avoid chmod
This commit is contained in:
parent
91e72c8e2e
commit
72c73be4c5
@ -7,9 +7,8 @@ sed -e 's/as_fn_error.*fribidi/: 0 "/' \
|
|||||||
-e '/pkg_requires="fribidi >= .*/d' \
|
-e '/pkg_requires="fribidi >= .*/d' \
|
||||||
configure > _
|
configure > _
|
||||||
mv -f _ configure
|
mv -f _ configure
|
||||||
chmod +x configure
|
|
||||||
|
|
||||||
./configure \
|
sh ./configure \
|
||||||
FRIBIDI_LIBS=" " \
|
FRIBIDI_LIBS=" " \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-fontconfig
|
--enable-fontconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user