From afd2adf1f3b4a37798fccb26f92f711c4b545151 Mon Sep 17 00:00:00 2001 From: Andrew Fyfe Date: Fri, 1 Jun 2007 19:55:53 +0100 Subject: scripts/makepkg.in: All calls to eval_gettext have been remove, gettext.sh is no longer needed. Signed-off-by: Andrew Fyfe --- scripts/makepkg.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/makepkg.in') 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 -- cgit v1.2.3