diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-02-01T16·48+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-02-01T16·48+0000 |
commit | 8291f6d96845163850a2451fff4a03a292fa71b6 (patch) | |
tree | 62609f683f51d883c5a710acff0272eca5a085d5 /substitute.mk | |
parent | 9e4ffc43a2a6b67643765efd48198f218fcf0530 (diff) |
* bsdiff updated to 4.3. This makes Nix depend on libbz2.
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" \ |