diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-07-19T10·02+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-07-19T10·02+0200 |
commit | 2bc5de86357fddcc52e2ce0c1b432a9509dea27e (patch) | |
tree | 9148dd78fd736d402facad808b7236445c007cb5 /scripts/Makefile.am | |
parent | dc5f2e7da607bdf50bf710cbe0b5f6ff32980e19 (diff) |
Rename ‘nix-build --run-env’ to ‘nix-shell’
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 1453ed9cc1ac..d9f39aad1b4f 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 |