* Remove `prebuilts.conf' file, it's not like anybody was using it.

* Add /nix/var/nix/manifests directory.
This commit is contained in:
Eelco Dolstra 2004-12-16 14:31:49 +00:00
parent e3b051aeeb
commit 77970f8daf
3 changed files with 5 additions and 19 deletions

View file

@ -29,6 +29,7 @@ init-state:
rm -f $(DESTDIR)$(localstatedir)/nix/gcroots/profiles
ln -s $(localstatedir)/nix/profiles $(DESTDIR)$(localstatedir)/nix/gcroots/profiles
$(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(prefix)/store
$(INSTALL) $(INIT_FLAGS) $(GROUP_WRITABLE) -d $(DESTDIR)$(localstatedir)/nix/manifests
# $(bindir)/nix-store --init
else
init-state: