about summary refs log tree commit diff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-07-19T10·02+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-07-19T10·02+0200
commit2bc5de86357fddcc52e2ce0c1b432a9509dea27e (patch)
tree9148dd78fd736d402facad808b7236445c007cb5 /scripts/Makefile.am
parentdc5f2e7da607bdf50bf710cbe0b5f6ff32980e19 (diff)
Rename ‘nix-build --run-env’ to ‘nix-shell’
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 1453ed9cc1..d9f39aad1b 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -18,6 +18,7 @@ install-exec-local: download-using-manifests.pl copy-from-other-stores.pl downlo
 	$(INSTALL) -d $(DESTDIR)$(libexecdir)/nix/substituters
 	$(INSTALL_PROGRAM) download-using-manifests.pl copy-from-other-stores.pl download-from-binary-cache.pl $(DESTDIR)$(libexecdir)/nix/substituters
 	$(INSTALL) -d $(DESTDIR)$(sysconfdir)/nix
+	ln -sf nix-build $(DESTDIR)$(bindir)/nix-shell
 
 include ../substitute.mk