1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Andrew Fyfe <andrew@neptune-one.net>

* Fix FS #6688- builddeps not working in makepkg.
This commit is contained in:
Dan McGee 2007-03-24 17:11:18 +00:00
parent f8d0601b8d
commit a07b490344

View File

@ -252,9 +252,9 @@ handledeps() {
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