diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-04-21T10·54+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-04-21T10·54+0000 |
commit | f79e9c2d22345eeb0c721a8cf5375101d33dc4c9 (patch) | |
tree | b969e1ebfcde35c9889cacf98bde162f9124356c /src/nix-store/Makefile.am | |
parent | 8e459d919dbce7c6d45d90ef9a9385133cfae15e (diff) |
* Do initialise state (the DB etc.) when doing a `make install',
unless `--disable-init-state' is passed to configure.
Diffstat (limited to 'src/nix-store/Makefile.am')
-rw-r--r-- | src/nix-store/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nix-store/Makefile.am b/src/nix-store/Makefile.am index 588d645eb67b..c1fda12b5753 100644 --- a/src/nix-store/Makefile.am +++ b/src/nix-store/Makefile.am @@ -11,10 +11,3 @@ main.o: help.txt.hh AM_CXXFLAGS = \ -I.. ${bdb_include} $(aterm_include) -I../libutil -I../libstore -I../libmain - -init-state-local: - $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix - $(INSTALL) -d $(DESTDIR)$(localstatedir)/nix/db - $(INSTALL) -d $(DESTDIR)$(localstatedir)/log/nix - $(INSTALL) -d $(DESTDIR)$(prefix)/store -# $(bindir)/nix-store --init |