about summary refs log tree commit diff
path: root/substitute.mk
diff options
context:
space:
mode:
Diffstat (limited to 'substitute.mk')
-rw-r--r--substitute.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/substitute.mk b/substitute.mk
index 5f9204929b..2b7f386103 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" \