summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makepkg.in')
-rw-r--r--scripts/makepkg.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/makepkg.in b/scripts/makepkg.in
index 5f14b52d..14bcfb45 100644
--- a/scripts/makepkg.in
+++ b/scripts/makepkg.in
@@ -27,7 +27,6 @@
#
# gettext initialization
-source gettext.sh
export TEXTDOMAIN='pacman'
export TEXTDOMAINDIR='@localedir@'
@@ -850,7 +849,7 @@ if [ "$CLEANCACHE" = "1" ]; then
fi
if [ -z $BUILDSCRIPT ]; then
- error "$(eval_gettext "BUILDSCRIPT is undefined! Ensure you have updated makepkg.conf.")"
+ error "$(gettext "BUILDSCRIPT is undefined! Ensure you have updated makepkg.conf.")"
exit 1
fi