diff options
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/substitute.mk b/substitute.mk index 5f9204929b75..2b7f386103f8 100644 --- a/substitute.mk +++ b/substitute.mk @@ -11,8 +11,8 @@ -e "s^@system\@^$(system)^g" \ -e "s^@shell\@^$(shell)^g" \ -e "s^@curl\@^$(curl)^g" \ - -e "s^@bzip2\@^$(bzip2)^g" \ - -e "s^@bunzip2\@^$(bunzip2)^g" \ + -e "s^@bzip2\@^$(bzip2_bin)/bzip2^g" \ + -e "s^@bunzip2\@^$(bzip2_bin)/bunzip2^g" \ -e "s^@perl\@^$(perl)^g" \ -e "s^@coreutils\@^$(coreutils)^g" \ -e "s^@tar\@^$(tar)^g" \ |