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