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
1 changed files with 2 additions and 2 deletions

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