From 8291f6d96845163850a2451fff4a03a292fa71b6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Feb 2006 16:48:49 +0000 Subject: * bsdiff updated to 4.3. This makes Nix depend on libbz2. --- substitute.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'substitute.mk') 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" \ -- cgit 1.4.1