1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

* Propagate patches from the source distribution to the destination

distribution insofar they are applicable.
This commit is contained in:
Eelco Dolstra 2004-12-29 22:17:26 +00:00
parent 4f07ebc67e
commit 6270aa727d
3 changed files with 68 additions and 18 deletions

View file

@ -23,9 +23,9 @@ sub addPatch {
}
}
if (!$found) {
push @{$patchList}, $patch;
}
push @{$patchList}, $patch if !$found;
return !$found;
}