Author: eelco Date: 2010-06-21 22:00:48 +0000 (Mon, 21 Jun 2010) New Revision: 22367
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22367&view=rev Modified: nixos/branches/boot-order/lib/make-iso9660-image.sh Log: Changes: Modified: nixos/branches/boot-order/lib/make-iso9660-image.sh =================================================================== --- nixos/branches/boot-order/lib/make-iso9660-image.sh 2010-06-21 21:08:44 UTC (rev 22366) +++ nixos/branches/boot-order/lib/make-iso9660-image.sh 2010-06-21 22:00:48 UTC (rev 22367) @@ -54,7 +54,7 @@ # Also include a manifest of the closures in a format suitable for # nix-store --load-db. -if [ -n "$object"; ]; then +if [ -n "$object" ]; then printRegistration=1 perl $pathsFromGraph closure-* > nix-path-registration echo "nix-path-registration=nix-path-registration" >> pathlist fi _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
