diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-09-17T09·53+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-09-17T09·53+0000 |
commit | 55481c44d4767ffde561c02b039717916e0536f6 (patch) | |
tree | b0ef5c5ac7b19f1f819bb7c475226f1bf7617060 /Makefile.am | |
parent | 13114daa3e38abc5c84987830d9276b93251592f (diff) |
* Don't assume that we want a shared Nix store.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cb1a321dddf2..0e1d1413ce89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ init-state: $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/temproots ln -sfn $(localstatedir)/nix/profiles $(DESTDIR)$(localstatedir)/nix/gcroots/profiles $(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(localstatedir)/nix/userpool - -$(INSTALL) $(INIT_FLAGS) -m 1777 -d $(DESTDIR)$(storedir) + -$(INSTALL) $(INIT_FLAGS) -d $(DESTDIR)$(storedir) $(INSTALL) $(INIT_FLAGS) $(GROUP_WRITABLE) -d $(DESTDIR)$(localstatedir)/nix/manifests ln -sfn $(localstatedir)/nix/manifests $(DESTDIR)$(localstatedir)/nix/gcroots/manifests |