2003-11-22 18:45:56 +00:00
|
|
|
bin_SCRIPTS = nix-collect-garbage \
|
2003-11-24 11:11:40 +00:00
|
|
|
nix-pull nix-push nix-prefetch-url \
|
|
|
|
nix-install-package
|
2003-04-09 12:26:48 +00:00
|
|
|
|
2003-07-13 18:58:03 +00:00
|
|
|
noinst_SCRIPTS = nix-profile.sh
|
|
|
|
|
2003-04-09 12:26:48 +00:00
|
|
|
install-exec-local:
|
|
|
|
$(INSTALL) -d $(sysconfdir)/profile.d
|
|
|
|
$(INSTALL_PROGRAM) nix-profile.sh $(sysconfdir)/profile.d/nix.sh
|
2003-05-25 22:42:19 +00:00
|
|
|
$(INSTALL) -d $(sysconfdir)/nix
|
2003-07-10 15:11:48 +00:00
|
|
|
# !!! don't overwrite local modifications
|
|
|
|
$(INSTALL_DATA) prebuilts.conf $(sysconfdir)/nix/prebuilts.conf
|
2003-07-13 18:58:03 +00:00
|
|
|
|
2003-07-18 07:42:57 +00:00
|
|
|
include ../substitute.mk
|
2003-07-23 15:53:34 +00:00
|
|
|
|
2003-11-24 11:11:40 +00:00
|
|
|
EXTRA_DIST = nix-collect-garbage.in \
|
2003-07-23 15:53:34 +00:00
|
|
|
nix-pull.in nix-push.in nix-profile.sh.in \
|
2003-11-24 11:11:40 +00:00
|
|
|
nix-prefetch-url.in nix-install-package.in \
|
2003-07-23 15:53:34 +00:00
|
|
|
prebuilts.conf
|
|
|
|
|