svn path=/nixpkgs/trunk/; revision=11605

This commit is contained in:
Martin Bravenboer 2008-04-12 05:19:37 +00:00
parent ec52a66db4
commit d3411fd235

View file

@ -371,7 +371,7 @@ rec {
outDir = "rpms/${attrs.diskImage.name}";
prepareImagePhase = ''
if test -n $extraRPMs; then
if test -n "$extraRPMs"; then
rpm -iv $extraRPMs
fi
'';