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