mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
svn path=/nixpkgs/trunk/; revision=11605
This commit is contained in:
parent
ec52a66db4
commit
d3411fd235
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue