mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08: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
|
if [ -f "$pkgdir/$BUILDSCRIPT" ]; then
|
||||||
cd "$pkgdir"
|
cd "$pkgdir"
|
||||||
if [ "$RMDEPS" = "1" ]; then
|
if [ "$RMDEPS" = "1" ]; then
|
||||||
makepkg -i -c -b -r -w $PKGDEST
|
PKGDEST="$PKGDEST" makepkg -i -c -b -r
|
||||||
else
|
else
|
||||||
makepkg -i -c -b -w $PKGDEST
|
PKGDEST="$PKGDEST" makepkg -i -c -b
|
||||||
fi
|
fi
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
success=1
|
success=1
|
||||||
|
Loading…
Reference in New Issue
Block a user