[pacman-dev] CVS update of pacman-lib/scripts (makepkg)
Dan McGee
dan at archlinux.org
Sat Mar 24 13:11:19 EDT 2007
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 at 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
More information about the pacman-dev
mailing list