summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2019-12-03 17:47:49 -0500
committerChris Severance2019-12-03 17:47:49 -0500
commitc77359fe18da9af4bccdaecfbd86d909815f2b54 (patch)
tree93842805dd26ae3ad071c3ab82b5955d7f6190bb /PKGBUILD
parent1b5c0263ac36ffb32e0b68f3409e360f41f21e67 (diff)
downloadaur-c77359fe18da9af4bccdaecfbd86d909815f2b54.tar.gz
autu: Update to 3.9.2_4-1 Kernel 5.4 SUBDIRS=
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae503ca264d3..303275f11d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -157,6 +157,8 @@ prepare() {
sed -e 's:lib/:usr/lib/:g' \
-e '# Forgot to clean a few things and some new files for gcc8' \
-e '/\*\.o\.cmd/ s:^.*$:& *.symvers *.order *.mod.c .*.ko.cmd .*.o.d .cache.mk\n\trm -rf .tmp_versions:g' \
+ -e '# Switch SUBDIRS= to M= for Kernel 5.4' \
+ -e 's:SUBDIRS=:M=$(PWD) &:g' \
-i 'pserial/Makefile' 'pparport26/Makefile'
! test -s 'pserial/Makefile.Arch' || echo "${}"
! test -s 'pparport26/Makefile.Arch' || echo "${}"