From ec83c93ea4a7d4742c5d92438b0da1c469704257 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 17 Apr 2007 01:49:06 +0000 Subject: Bugfixes in prep for a 3.0.2 release Fix #6905- makepkg dependency checking error Fix #6915- add SUU mirror to mirrorlist.in --- scripts/makepkg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/makepkg b/scripts/makepkg index 9cfea69e..9e38a6dd 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -182,8 +182,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 "pacman returned a fatal error ($ret): $pmout" exit 1 -- cgit v1.2.3-24-g4f1b