Merge pull request #2487 from dtzWill/fix/symlink-names
src/nix/local.mk: fix typos in names of symlinks
This commit is contained in:
		
						commit
						cb073f5218
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -21,6 +21,6 @@ nix_LIBS = libexpr libmain libstore libutil libformat | ||||||
| nix_LDFLAGS = -pthread $(SODIUM_LIBS) | nix_LDFLAGS = -pthread $(SODIUM_LIBS) | ||||||
| 
 | 
 | ||||||
| $(foreach name, \ | $(foreach name, \ | ||||||
|   nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-rul nix-shell nix-shore, \
 |   nix-build nix-channel nix-collect-garbage nix-copy-closure nix-daemon nix-env nix-hash nix-instantiate nix-prefetch-url nix-shell nix-store, \
 | ||||||
|   $(eval $(call install-symlink, nix, $(bindir)/$(name)))) |   $(eval $(call install-symlink, nix, $(bindir)/$(name)))) | ||||||
| $(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote)) | $(eval $(call install-symlink, $(bindir)/nix, $(libexecdir)/nix/build-remote)) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue