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

This commit is contained in:
Petr Rockai
2012-07-23 20:31:35 +02:00
committed by Peter Simons
parent e29c284926
commit e1c172ab6b
+1 -1
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"