aboutsummaryrefslogtreecommitdiff
path: root/extra/glib/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:32:24 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:32:24 +0300
commit0308e6d381ba5058e3e025b90d497de152beb9cf (patch)
tree46b05eb84bf2fabfe10ab2a070f889b76cf5ffdf /extra/glib/build
parent8901fc3628cfe8758bc1f806cae0c7bed265bdd5 (diff)
downloadrepository-0308e6d381ba5058e3e025b90d497de152beb9cf.tar.gz
glib: use clsed
Diffstat (limited to 'extra/glib/build')
-rwxr-xr-xextra/glib/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/glib/build b/extra/glib/build
index 38d3b13a..922bd530 100755
--- a/extra/glib/build
+++ b/extra/glib/build
@@ -8,7 +8,7 @@ cat _ > gio/meson.build; rm -f _
# tests/fuzzing now depend on dbus. Remove them from the build.
find . -type f -name meson.build -exec \
- sed -i "/subdir('tests')/d;/subdir('fuzzing')/d" {} +
+ clsed "/subdir('tests')/d;/subdir('fuzzing')/d" {} +
meson \
--prefix=/usr \