From 8bd0f3921f42ba40413bf82da9bf0bee457a2a9b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 16 Apr 2007 21:51:18 -0400 Subject: Forward port 3.0.2 branch fixes Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in Signed-off-by: Dan McGee --- scripts/makepkg.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/makepkg.in b/scripts/makepkg.in index ba62a2db..7bfdf000 100755 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -228,8 +228,7 @@ checkdeps() { pmout=$(pacman $PACMAN_OPTS -T $*) ret=$? if [ $ret -eq 1 ]; then #unresolved deps - #strip out the pacman prefix from "requires: xyz" - echo $pmout | sed 's|requires:||g' + echo "$pmout" elif [ $ret -ne 0 ]; then error "$(eval_gettext "pacman returned a fatal error (\$ret): \$pmout")" exit 1 -- cgit v1.2.3-24-g4f1b