forked from lix-project/lix
puck
93cc063344
We're not going to use it.
Fixes: #31
Change-Id: Ib17a2eb6cae1ecbbf9ad1062e576ba6107a3c13b
12 lines
330 B
Makefile
12 lines
330 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.fish, $(profiledir)/nix.fish, 0644))
|
|
|
|
clean-files += $(nix_noinst_scripts)
|