diff options
author | Michael Raskin <7c6f434c@mail.ru> | 2008-05-07T14·18+0000 |
---|---|---|
committer | Michael Raskin <7c6f434c@mail.ru> | 2008-05-07T14·18+0000 |
commit | b4bc8b76160ff81e0e5489b88ff3ca8cbd587131 (patch) | |
tree | 1a8b42c2f50a411ed752114c17bbc9324e1bb36a /substitute.mk | |
parent | b1e321d6ce0b4ef2e042021939a3d6be160841f8 (diff) |
--proxy=proxy:3128
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/substitute.mk b/substitute.mk index ed60c53a89a6..ae11ce2b31f6 100644 --- a/substitute.mk +++ b/substitute.mk @@ -17,6 +17,7 @@ -e "s^@perl\@^$(perl)^g" \ -e "s^@coreutils\@^$(coreutils)^g" \ -e "s^@tar\@^$(tar)^g" \ + -e "s^@gzip\@^$(gzip)^g" \ -e "s^@tr\@^$(tr)^g" \ -e "s^@dot\@^$(dot)^g" \ -e "s^@xmllint\@^$(xmllint)^g" \ |