diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-15T12·03+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-15T12·03+0000 |
commit | bacd3a6cfa3af1879ef01e693178c74839d66f70 (patch) | |
tree | adbe45ebcc229c82bd60c54500734f9700825716 /substitute.mk | |
parent | e52ae1c0ffed6af893438cb456c5c38a272c8b21 (diff) |
* Purify all corepkgs builders.
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index 7d3f6d863c95..5f9204929b75 100644 --- a/substitute.mk +++ b/substitute.mk @@ -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 |