aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:44:45 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:44:45 +0100
commitd514c1068746e7e94b25b6b11c5960379d76d375 (patch)
tree9435d9286b00ef2717ee48a250dceab6472a6557 /community
parent27027cbfd5f412afcfd81f7ef0f5a962c116d99f (diff)
downloadrepository-d514c1068746e7e94b25b6b11c5960379d76d375.tar.gz
zathura: fix shellcheck error
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/zathura/build2
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