1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-13 17:10:47 +02:00

* Scan for wget and use the full path in fetchurl.sh.

* Use nix-hash (not md5sum) in fetchurl.sh.
This commit is contained in:
Eelco Dolstra 2003-08-06 09:35:05 +00:00
parent 236eb59293
commit d551062ec4
3 changed files with 5 additions and 2 deletions

View file

@ -4,5 +4,6 @@
-e s^@bindir\@^$(bindir)^g \
-e s^@sysconfdir\@^$(sysconfdir)^g \
-e s^@localstatedir\@^$(localstatedir)^g \
-e s^@wget\@^$(wget)^g \
< $< > $@ || rm $@
chmod +x $@