1
0
Fork 0
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:
Eelco Dolstra 2017-02-07 18:49:17 +01:00
parent 1351b0df87
commit 27dc76c1a5
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 1 additions and 279 deletions

View file

@ -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)