mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-31 10:23:25 +01:00
fix regression where packages could not be installed in certain instances
This commit is contained in:
parent
e287141392
commit
35a005c7b4
1 changed files with 1 additions and 1 deletions
|
@ -1697,7 +1697,7 @@ build_package () {
|
|||
echo "Built package: $NEWPACKAGE" >> $SUMMARYLOG
|
||||
echo "Built package: $NEWPACKAGE"
|
||||
if [ "$INSTALLPKGS" = "1" ]; then
|
||||
install_package $SRCNAME
|
||||
install_package $NEWPACKAGE
|
||||
echo "Done installing/upgrading package for $PKG."
|
||||
echo "Installed package: $NEWPACKAGE" >> $SUMMARYLOG
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue