mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-24 22:42:58 +02:00
patch(1) has a -d/--directory parameter which allows us to specify a directory where the patch will be applied. This is especially useful when we have multiple distfiles and want to patch in $build_wrksrc because that's where the patch is usually applied. Problem is, that the -i parameter is also relative to the the -d parameter and thus fails to find the patch, when -d is set. We solve that by using standard input instead of -i. |
||
---|---|---|
.. | ||
.empty | ||
00-patches.sh |