mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
freetype: don't apply upstream patches from ultimate
This commit is contained in:
parent
8138061893
commit
04f8462c22
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ "${build_option_ultimate}" ]; then
|
||||||
post_extract() {
|
post_extract() {
|
||||||
msg_normal "Applying ultimate patchset"
|
msg_normal "Applying ultimate patchset"
|
||||||
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
|
||||||
patch -p1 < $P
|
[[ $P != *"upstream"* ]] && patch -p1 < $P
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue