mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Remove build-remote.pl.in
This commit is contained in:
parent
1351b0df87
commit
27dc76c1a5
4 changed files with 1 additions and 279 deletions
|
@ -4,7 +4,6 @@ nix_bin_scripts := \
|
|||
bin-scripts += $(nix_bin_scripts)
|
||||
|
||||
nix_noinst_scripts := \
|
||||
$(d)/build-remote.pl \
|
||||
$(d)/nix-http-export.cgi \
|
||||
$(d)/nix-profile.sh \
|
||||
$(d)/nix-reduce-build
|
||||
|
@ -14,6 +13,5 @@ noinst-scripts += $(nix_noinst_scripts)
|
|||
profiledir = $(sysconfdir)/profile.d
|
||||
|
||||
$(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644))
|
||||
$(eval $(call install-program-in, $(d)/build-remote.pl, $(libexecdir)/nix))
|
||||
|
||||
clean-files += $(nix_bin_scripts) $(nix_noinst_scripts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue