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
|
@ -225,7 +225,7 @@ sub generatePatches {
|
|||
}
|
||||
|
||||
my $time1 = time();
|
||||
my $res = system("ulimit -t $timeLimit; $Nix::Config::libexecDir/bsdiff $tmpDir/A $tmpDir/B $tmpDir/DIFF");
|
||||
my $res = system("ulimit -t $timeLimit; $Nix::Config::libexecDir/nix/bsdiff $tmpDir/A $tmpDir/B $tmpDir/DIFF");
|
||||
my $time2 = time();
|
||||
if ($res) {
|
||||
warn "binary diff computation aborted after ", $time2 - $time1, " seconds\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue