aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:31:25 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:31:25 +0300
commit381651a1257cfcbadf988a46465645606ac09172 (patch)
tree53102aab333f9eeb563d4909dbfc4b949ae42e9d
parent8bd429eb351cdadc83ce145da08a5875d297bf70 (diff)
downloadrepository-381651a1257cfcbadf988a46465645606ac09172.tar.gz
zathura: use clsed
-rwxr-xr-xcommunity/zathura/build4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/zathura/build b/community/zathura/build
index decd0b41..601a76f5 100755
--- a/community/zathura/build
+++ b/community/zathura/build
@@ -6,8 +6,8 @@ patch -p1 < remove_gettext.patch
# Fix build errors when appstream-glib or
# desktop-file-utils are installed.
-sed -i 's/appstream-util//' data/meson.build
-sed -i 's/desktop-file-validate//' data/meson.build
+clsed 's/appstream-util//' data/meson.build
+clsed 's/desktop-file-validate//' data/meson.build
meson \
--prefix=/usr \