2003-05-25 22:42:19 +00:00
|
|
|
bin_SCRIPTS = nix-generate-regscript nix-switch nix-collect-garbage \
|
|
|
|
nix-pull-prebuilts nix-push-prebuilts
|
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
|
|
|
|
# !!! don't overwrite local modifications
|
|
|
|
$(INSTALL_PROGRAM) prebuilts.conf $(sysconfdir)/nix/prebuilts.conf
|