mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Install bsdiff and bspatch in $(libexecdir)/nix
This commit is contained in:
parent
0202ce6b94
commit
f3cf0436b5
3 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue