fix regression where packages could not be installed in certain instances

This commit is contained in:
chess.griffin 2009-01-31 02:00:51 +00:00
parent e287141392
commit 35a005c7b4

View File

@ -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