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:
parent
2eea8832f0
commit
814b256da4
3 changed files with 18 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue