1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

* Better installation: make directories, create database.

* Fixed the register script.
This commit is contained in:
Eelco Dolstra 2003-04-06 22:19:26 +00:00
parent 2eea8832f0
commit 814b256da4
3 changed files with 18 additions and 10 deletions

View file

@ -3,3 +3,10 @@ bin_PROGRAMS = nix
nix_SOURCES = nix.cc md5.c
nix_CXXFLAGS = -DSYSTEM=\"@host@\"
nix_LDADD = -ldb_cxx-4 -lATerm
install-data-local:
$(INSTALL) -d $(localstatedir)/nix
$(INSTALL) -d $(localstatedir)/nix/descriptors
$(INSTALL) -d $(localstatedir)/nix/sources
$(INSTALL) -d $(prefix)/pkg
$(bindir)/nix init