about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-02T20·21+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-02T20·21+0000
commitf3cf0436b520918e061bf91efef3bb19b99bf726 (patch)
tree2fcc110345e203fdac52f949a8decc7d3cb2af36 /scripts
parent0202ce6b94f287f70a6723473c73a4c7f135dae4 (diff)
Install bsdiff and bspatch in $(libexecdir)/nix
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/download-using-manifests.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-using-manifests.pl.in b/scripts/download-using-manifests.pl.in
index 9d4b89bac9a2..b670163038e1 100755
--- a/scripts/download-using-manifests.pl.in
+++ b/scripts/download-using-manifests.pl.in
@@ -317,7 +317,7 @@ while (scalar @path > 0) {
         # Apply the patch to the NAR archive produced in step 1 (for
         # the already present path) or a later step (for patch sequences).
         print STDERR "  applying patch...\n";
-        system("$Nix::Config::libexecDir/bspatch $tmpNar $tmpNar2 $patchPath") == 0
+        system("$Nix::Config::libexecDir/nix/bspatch $tmpNar $tmpNar2 $patchPath") == 0
             or die "cannot apply patch `$patchPath' to $tmpNar\n";
 
         if ($curStep < $maxStep) {