mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +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
|
@ -10,5 +10,6 @@ AC_CANONICAL_HOST
|
|||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
|
||||
AC_CONFIG_FILES(Makefile src/Makefile src/nix-instantiate)
|
||||
AC_CONFIG_FILES([Makefile src/Makefile])
|
||||
AC_CONFIG_FILES([src/nix-instantiate], [chmod +x src/nix-instantiate])
|
||||
AC_OUTPUT
|
Loading…
Add table
Add a link
Reference in a new issue