diff options
Diffstat (limited to 'substitute.mk')
-rw-r--r-- | substitute.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/substitute.mk b/substitute.mk index 73a93963f192..848029a024cd 100644 --- a/substitute.mk +++ b/substitute.mk @@ -8,7 +8,10 @@ -e "s^@libexecdir\@^$(libexecdir)^g" \ -e "s^@storedir\@^$(storedir)^g" \ -e "s^@system\@^$(system)^g" \ - -e "s^@wget\@^$(wget)^g" \ + -e "s^@shell\@^$(shell)^g" \ + -e "s^@curl\@^$(curl)^g" \ + -e "s^@bzip2\@^$(bzip2)^g" \ + -e "s^@bunzip2\@^$(bunzip2)^g" \ -e "s^@perl\@^$(perl)^g" \ -e "s^@version\@^$(VERSION)^g" \ < $< > $@ || rm $@ |