svn path=/nixpkgs/trunk/; revision=11605
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user