Andrew Fyfe <andrew@neptune-one.net>
* Fix FS #6688- builddeps not working in makepkg.
This commit is contained in:
parent
f8d0601b8d
commit
a07b490344
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue