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

glib: remove useless quotes

This commit is contained in:
Dylan Araps 2019-11-18 00:58:51 +00:00
parent 5a7623c177
commit 4d1f9f1e02
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -3,7 +3,7 @@
export DESTDIR="$1"
# Remove 'libelf' dependency.
sed -i'' 's/if have_libelf/if not have_libelf/' gio/meson.build
sed -i 's/if have_libelf/if not have_libelf/' gio/meson.build
meson \
--prefix=/usr \