mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
* Generate nar.sh, fetchurl.sh.
This commit is contained in:
parent
b3fc38bf6a
commit
ab350eafd2
9 changed files with 32 additions and 27 deletions
|
@ -10,10 +10,4 @@ install-exec-local:
|
|||
# !!! don't overwrite local modifications
|
||||
$(INSTALL_DATA) prebuilts.conf $(sysconfdir)/nix/prebuilts.conf
|
||||
|
||||
%: %.in Makefile
|
||||
sed \
|
||||
-e s^@prefix\@^$(prefix)^g \
|
||||
-e s^@sysconfdir\@^$(sysconfdir)^g \
|
||||
-e s^@localstatedir\@^$(localstatedir)^g \
|
||||
< $< > $@ || rm $@
|
||||
chmod +x $@
|
||||
include ../substitute.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue