2003-11-22 19:45:56 +01:00
|
|
|
bin_SCRIPTS = nix-collect-garbage \
|
2003-11-24 12:11:40 +01:00
|
|
|
nix-pull nix-push nix-prefetch-url \
|
|
|
|
nix-install-package
|
2003-04-09 14:26:48 +02:00
|
|
|
|
2003-07-13 20:58:03 +02:00
|
|
|
noinst_SCRIPTS = nix-profile.sh
|
|
|
|
|
2003-12-05 12:25:38 +01:00
|
|
|
nix-pull nix-push: readmanifest.pm
|
|
|
|
|
|
|
|
install-exec-local: readmanifest.pm
|
2003-04-09 14:26:48 +02:00
|
|
|
$(INSTALL) -d $(sysconfdir)/profile.d
|
|
|
|
$(INSTALL_PROGRAM) nix-profile.sh $(sysconfdir)/profile.d/nix.sh
|
2003-12-05 12:25:38 +01:00
|
|
|
$(INSTALL) -d $(libexecdir)/nix
|
|
|
|
$(INSTALL_DATA) readmanifest.pm $(libexecdir)/nix
|
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
|
|
|
|
2003-11-24 12:11:40 +01:00
|
|
|
EXTRA_DIST = nix-collect-garbage.in \
|
2003-07-23 17:53:34 +02:00
|
|
|
nix-pull.in nix-push.in nix-profile.sh.in \
|
2003-11-24 12:11:40 +01:00
|
|
|
nix-prefetch-url.in nix-install-package.in \
|
2003-12-05 12:25:38 +01:00
|
|
|
prebuilts.conf readmanifest.pm
|
2003-07-23 17:53:34 +02:00
|
|
|
|