* Don't include an empty `nix-path-registration' on the CD.
svn path=/nixos/trunk/; revision=22030
This commit is contained in:
parent
62675aa0cf
commit
f70798352d
@ -54,8 +54,10 @@ done
|
|||||||
|
|
||||||
# Also include a manifest of the closures in a format suitable for
|
# Also include a manifest of the closures in a format suitable for
|
||||||
# nix-store --load-db.
|
# nix-store --load-db.
|
||||||
printRegistration=1 perl $pathsFromGraph closure-* > nix-path-registration
|
if [ -n "$object"; ]; then
|
||||||
echo "nix-path-registration=nix-path-registration" >> pathlist
|
printRegistration=1 perl $pathsFromGraph closure-* > nix-path-registration
|
||||||
|
echo "nix-path-registration=nix-path-registration" >> pathlist
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Add symlinks to the top-level store objects.
|
# Add symlinks to the top-level store objects.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user