mirror of
https://github.com/NixOS/nix
synced 2025-07-12 14:55:09 +02:00
* Purify all corepkgs builders.
This commit is contained in:
parent
e52ae1c0ff
commit
bacd3a6cfa
5 changed files with 17 additions and 15 deletions
|
@ -14,6 +14,8 @@
|
|||
-e "s^@bzip2\@^$(bzip2)^g" \
|
||||
-e "s^@bunzip2\@^$(bunzip2)^g" \
|
||||
-e "s^@perl\@^$(perl)^g" \
|
||||
-e "s^@coreutils\@^$(coreutils)^g" \
|
||||
-e "s^@tar\@^$(tar)^g" \
|
||||
-e "s^@version\@^$(VERSION)^g" \
|
||||
< $< > $@ || rm $@
|
||||
if test -x $<; then chmod +x $@; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue