diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-11-15T14·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-11-15T14·28+0000 |
commit | bfec245efa68f010b8687c1eee8dcf909c4d1343 (patch) | |
tree | 31c97ea03a71cac17708bd30ee765849d34d9bd2 /scripts/Makefile.am | |
parent | 6fc60e2060be5958c2aad1c859ee60bae5e23980 (diff) |
* Add build-remote.pl to the Nix distribution.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index e16b36d6112f..0c4d733611ba 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -4,7 +4,8 @@ bin_SCRIPTS = nix-collect-garbage \ nix-pack-closure nix-unpack-closure \ nix-copy-closure -noinst_SCRIPTS = nix-profile.sh generate-patches.pl find-runtime-roots.pl +noinst_SCRIPTS = nix-profile.sh generate-patches.pl \ + find-runtime-roots.pl build-remote.pl nix-pull nix-push: readmanifest.pm readconfig.pm download-using-manifests.pl @@ -17,6 +18,7 @@ install-exec-local: readmanifest.pm download-using-manifests.pl find-runtime-roo $(INSTALL_PROGRAM) download-using-manifests.pl $(DESTDIR)$(libexecdir)/nix $(INSTALL_PROGRAM) find-runtime-roots.pl $(DESTDIR)$(libexecdir)/nix $(INSTALL_PROGRAM) generate-patches.pl $(DESTDIR)$(libexecdir)/nix + $(INSTALL_PROGRAM) build-remote.pl $(DESTDIR)$(libexecdir)/nix $(INSTALL) -d $(DESTDIR)$(sysconfdir)/nix include ../substitute.mk |