diff options
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 af3549253ca9..8527cf6fd1ee 100644 --- a/substitute.mk +++ b/substitute.mk @@ -4,5 +4,6 @@ -e s^@bindir\@^$(bindir)^g \ -e s^@sysconfdir\@^$(sysconfdir)^g \ -e s^@localstatedir\@^$(localstatedir)^g \ + -e s^@wget\@^$(wget)^g \ < $< > $@ || rm $@ chmod +x $@ |