From d7238bc84ebd8356db6d73a80171f1129bbe3d44 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 22 Apr 2004 07:47:41 +0000 Subject: * Don't create $(localstatedir)/nix/profiles if --disable-init-state is specified. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 720279460ae7..d25ccc5c2820 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 -- cgit 1.4.1