From 381651a1257cfcbadf988a46465645606ac09172 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 24 Jul 2021 01:31:25 +0300 Subject: zathura: use clsed --- community/zathura/build | 4 ++-- 1 file 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 \ -- cgit v1.2.3