mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
fix regression where packages could not be installed in certain instances
This commit is contained in:
parent
e287141392
commit
35a005c7b4
@ -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 New Issue
Block a user