diff options
Diffstat (limited to 'community/zathura')
-rwxr-xr-x | community/zathura/build | 4 |
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 \ |