diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-20T16·06+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-20T16·06+0000 |
commit | 53cca4a445e9dd429302765805d9563a8a176832 (patch) | |
tree | 4026fc3092324f6cc815bb0dbec40f55a4bd08e4 /Makefile.am | |
parent | 4213b8d8ec8cf478e43b0ec3dc4068e5e55f097a (diff) |
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 550b9b7c690f..3ea86b1649c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,10 +39,9 @@ init-state: $(INSTALL) $(INIT_FLAGS) $(GROUP_WRITABLE) -d $(DESTDIR)$(localstatedir)/nix/gcroots/channels 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)$(prefix)/store + $(INSTALL) $(INIT_FLAGS) -m 1777 -d $(DESTDIR)$(storedir) $(INSTALL) $(INIT_FLAGS) $(GROUP_WRITABLE) -d $(DESTDIR)$(localstatedir)/nix/manifests ln -sfn $(localstatedir)/nix/manifests $(DESTDIR)$(localstatedir)/nix/gcroots/manifests -# $(bindir)/nix-store --init else init-state: |