about summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-04-22T07·47+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-04-22T07·47+0000
commitd7238bc84ebd8356db6d73a80171f1129bbe3d44 (patch)
treecfcab41b76bf75669f57cd8a748215d2fba35bfc /Makefile.am
parentb6df68c9429896ba6017f60d1ce3a95ede9afe72 (diff)
* Don't create $(localstatedir)/nix/profiles if --disable-init-state
  is specified.

Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 720279460a..d25ccc5c28 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,7 @@ init-state:
 	$(INSTALL) -d $(DESTDIR)$(localstatedir)/nix
 	$(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/db
 	$(INSTALL) -d $(DESTDIR)$(localstatedir)/log/nix
+	$(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/profiles
 	$(INSTALL) -d $(DESTDIR)$(prefix)/store
 #	$(bindir)/nix-store --init
 else