diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-16T14·31+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-16T14·31+0000 |
commit | 77970f8dafb540a598fd90ad360c42fbea36bf30 (patch) | |
tree | 56c7decc21ad1ee69e52a047d61c8dc794ace897 /Makefile.am | |
parent | e3b051aeeb968528d918b6af6c1e1df0bd7de958 (diff) |
* Remove `prebuilts.conf' file, it's not like anybody was using it.
* Add /nix/var/nix/manifests directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 179269e22512..58440ba85013 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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: |