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

cairo: remove useless quotes

This commit is contained in:
Dylan Araps 2019-11-18 01:13:55 +00:00
parent 0cf8db63b5
commit 75a189f141
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,8 +1,8 @@
#!/bin/sh -e #!/bin/sh -e
# Disable building 'cairo-sphinx'. # Disable building 'cairo-sphinx'.
sed -i'' "s/BUILD_SPHINX_TRUE=/BUILD_SPHINX_TRUE='#'/" configure sed -i "s/BUILD_SPHINX_TRUE=/BUILD_SPHINX_TRUE='#'/" configure
sed -i'' "s/BUILD_SPHINX_FALSE='#'/BUILD_SPHINX_FALSE=/" configure sed -i "s/BUILD_SPHINX_FALSE='#'/BUILD_SPHINX_FALSE=/" configure
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \