diff options
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 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 |