Call rpm -U instead of rpm -i to test package installation.

This commit is contained in:
Petr Rockai
2012-07-14 08:20:33 +02:00
committed by Peter Simons
parent e29c284926
commit e1c172ab6b

View File

@@ -36,7 +36,7 @@ vmTools.buildRPM (
done
echo "installing ''${rpms[*]}..."
rpm -ip ''${rpms[*]} --excludepath /nix/store
rpm -Up ''${rpms[*]} --excludepath /nix/store
eval "$postRPMInstall"