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

cairo: avoid chmod

This commit is contained in:
Dylan Araps 2021-07-28 12:32:48 +03:00
parent 0d8c3c15b5
commit aa7f14eb2e
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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 \