mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
9de324f554
These scripts are not installed and haven't been updated in many years.
11 lines
340 B
Makefile
11 lines
340 B
Makefile
nix_noinst_scripts := \
|
|
$(d)/nix-profile.sh
|
|
|
|
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-file-as, $(d)/nix-profile-daemon.sh, $(profiledir)/nix-daemon.sh, 0644))
|
|
|
|
clean-files += $(nix_noinst_scripts)
|