1
0
Fork 0
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:
Eelco Dolstra 2003-07-18 07:42:57 +00:00
parent b3fc38bf6a
commit ab350eafd2
9 changed files with 32 additions and 27 deletions

View file

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