mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Andrew Fyfe <andrew@neptune-one.net>
* Fix FS #6688- builddeps not working in makepkg.
This commit is contained in:
parent
f8d0601b8d
commit
a07b490344
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user