summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreggz2020-05-20 16:01:51 +0200
committereggz2020-05-20 16:01:51 +0200
commit4726ce0e8bdd2624d29b9521a2be68b2455b154e (patch)
treef1c01765439467c54b803a8a719407e3e4ad7c26 /PKGBUILD
parent46b682966a05c15b9cc23543f9375b993c61fbb0 (diff)
downloadaur-4726ce0e8bdd2624d29b9521a2be68b2455b154e.tar.gz
PKGBUILD flexfix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81d3a75d1a18..e387b2f7a42c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,8 +56,8 @@ prepare() {
# don't run depmod on 'make install'. We'll do this ourselves in packaging
sed -i '2iexit 0' scripts/depmod.sh
- # Implement cpu optimisation (MZEN2) patch from our gentoo lords
- git apply ../5012_enable-cpu-optimizations-for-gcc91.patch
+ # Implement all packaged patches.
+ git apply ../*.patch
# Implement i2c write retimers patch
git apply ../timerrework.patch