about summary refs log tree commit diff
path: root/scripts/download-using-manifests.pl.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-12-29T22·17+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-12-29T22·17+0000
commit6270aa727d63ce4a4d27280f233a55f4c67d8285 (patch)
treed343758d7c18a2285f3edd28b316344645f4e347 /scripts/download-using-manifests.pl.in
parent4f07ebc67e74629724c441352a58b12143383129 (diff)
* Propagate patches from the source distribution to the destination
  distribution insofar they are applicable.

Diffstat (limited to 'scripts/download-using-manifests.pl.in')
-rw-r--r--scripts/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 058fa9965a33..eee1bdec2dc0 100644
--- a/scripts/download-using-manifests.pl.in
+++ b/scripts/download-using-manifests.pl.in
@@ -193,7 +193,7 @@ while (scalar @path > 0) {
 
         # Apply the patch.
         print "  applying patch...\n";
-        system "bspatch /tmp/nar /tmp/nar2 $patchPath";
+        system "@libexecdir@/bspatch /tmp/nar /tmp/nar2 $patchPath";
         die "cannot apply patch `$patchPath' to /tmp/nar" if ($? != 0);
 
         # Unpack the resulting NAR archive into the target path.