[pacman-dev] CVS update of pacman-lib/scripts (makepkg)
Date: Saturday, March 24, 2007 @ 13:11:19 Author: dan Path: /home/cvs-pacman/pacman-lib/scripts Modified: makepkg (1.63 -> 1.64) Andrew Fyfe <andrew@neptune-one.net> * Fix FS #6688- builddeps not working in makepkg. ---------+ makepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: pacman-lib/scripts/makepkg diff -u pacman-lib/scripts/makepkg:1.63 pacman-lib/scripts/makepkg:1.64 --- pacman-lib/scripts/makepkg:1.63 Mon Mar 19 22:13:44 2007 +++ pacman-lib/scripts/makepkg Sat Mar 24 13:11:18 2007 @@ -252,9 +252,9 @@ if [ -f "$pkgdir/$BUILDSCRIPT" ]; then cd "$pkgdir" if [ "$RMDEPS" = "1" ]; then - makepkg -i -c -b -r -w $PKGDEST + PKGDEST="$PKGDEST" makepkg -i -c -b -r else - makepkg -i -c -b -w $PKGDEST + PKGDEST="$PKGDEST" makepkg -i -c -b fi if [ $? -eq 0 ]; then success=1
participants (1)
-
Dan McGee