mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 23:02:27 +00:00
d551062ec4
* Use nix-hash (not md5sum) in fetchurl.sh.
10 lines
231 B
Makefile
10 lines
231 B
Makefile
%: %.in Makefile
|
|
sed \
|
|
-e s^@prefix\@^$(prefix)^g \
|
|
-e s^@bindir\@^$(bindir)^g \
|
|
-e s^@sysconfdir\@^$(sysconfdir)^g \
|
|
-e s^@localstatedir\@^$(localstatedir)^g \
|
|
-e s^@wget\@^$(wget)^g \
|
|
< $< > $@ || rm $@
|
|
chmod +x $@
|