summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2019-12-03 17:42:13 -0500
committerChris Severance2019-12-03 17:42:13 -0500
commit6e34ca0d21266a836a671fb1ef5dd599f95f9855 (patch)
tree249a36839c307f22f77e66379ce6adc4456bb046 /PKGBUILD
parentb7e0364b96a04f9bf75ac59af120da6dc8a1b105 (diff)
downloadaur-6e34ca0d21266a836a671fb1ef5dd599f95f9855.tar.gz
autu: Update to 1.19-2 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 9954ee421468..a08a8d832835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -144,6 +144,8 @@ prepare() {
-e 's: /lib/: /usr/lib/:g' \
-e '# Cut some of the warnings we dont want to fix' \
-e '#s:^CC+=.*$:& -Wno-misleading-indentation:g' \
+ -e '# Switch SUBDIRS= to M= for Kernel 5.4' \
+ -e 's:SUBDIRS=:M=$(PWD) &:g' \
-i 'Makefile'
! test -s 'Makefile.Arch' || echo "${}"