diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:32:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:32:24 +0300 |
commit | 0308e6d381ba5058e3e025b90d497de152beb9cf (patch) | |
tree | 46b05eb84bf2fabfe10ab2a070f889b76cf5ffdf /extra/glib | |
parent | 8901fc3628cfe8758bc1f806cae0c7bed265bdd5 (diff) | |
download | repository-0308e6d381ba5058e3e025b90d497de152beb9cf.tar.gz |
glib: use clsed
Diffstat (limited to 'extra/glib')
-rwxr-xr-x | extra/glib/build | 2 |
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 \ |