svn path=/nixos/trunk/; revision=7885
This commit is contained in:
Eelco Dolstra 2007-02-08 19:51:36 +00:00
parent 7fac47a98b
commit 7ac8157fed

View file

@ -123,7 +123,7 @@ cp /etc/resolv.conf $mountPoint/etc/
# the CD can be copied directly.
echo "registering substitutes to speed up builds..."
chroot $mountPoint @nix@/bin/nix-store --clear-substitutes
if test -e /mnt/MANIFEST; then
if test -e /MANIFEST; then
chroot $mountPoint @nix@/bin/nix-pull file:///mnt/MANIFEST
fi
rm -f $mountPoint/tmp/inst-store