mirror of
https://codeberg.org/kiss-community/repo
synced 2025-04-01 10:42:52 -06:00
cairo: avoid chmod
This commit is contained in:
parent
0d8c3c15b5
commit
aa7f14eb2e
@ -5,13 +5,12 @@ sed -e "s/\(BUILD_SPHINX_TRUE=\)/\1'#'/" \
|
|||||||
-e "s/\(BUILD_SPHINX_FALSE=\)'#'/\1=/" \
|
-e "s/\(BUILD_SPHINX_FALSE=\)'#'/\1=/" \
|
||||||
configure > _
|
configure > _
|
||||||
mv -f _ configure
|
mv -f _ configure
|
||||||
chmod +x configure
|
|
||||||
|
|
||||||
# Disable building tests and documentation.
|
# Disable building tests and documentation.
|
||||||
sed 's/boilerplate test perf//g;s/src doc/src/g' Makefile.in > _
|
sed 's/boilerplate test perf//g;s/src doc/src/g' Makefile.in > _
|
||||||
mv -f _ Makefile.in
|
mv -f _ Makefile.in
|
||||||
|
|
||||||
./configure \
|
sh ./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-tee \
|
--enable-tee \
|
||||||
|
Loading…
Reference in New Issue
Block a user