freetype: don't apply upstream patches from ultimate

This commit is contained in:
Andrea Brancaleoni 2015-06-09 22:10:18 +02:00
parent 8138061893
commit 04f8462c22

View file

@ -25,7 +25,7 @@ if [ "${build_option_ultimate}" ]; then
post_extract() {
msg_normal "Applying ultimate patchset"
for P in ${_ultimate_wrksrc}/${pkgname}/*.patch; do
patch -p1 < $P
[[ $P != *"upstream"* ]] && patch -p1 < $P
done
}