diff options
-rwxr-xr-x | community/zathura/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zathura/build b/community/zathura/build index d579fbdb..4706c829 100755 --- a/community/zathura/build +++ b/community/zathura/build @@ -1,6 +1,6 @@ #!/bin/sh -e -export DESTDIR=$1 +export DESTDIR="$1" patch -p1 < remove_gettext.patch |