summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df0adb8f45b2..767f3463ab75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 6 02:43:56 UTC 2018
+# Tue Dec 3 22:47:49 UTC 2019
pkgbase = perle-serial
pkgdesc = kernel module driver for Perle UltraPort SI Express PCI-RAS modem SPEED LE multi I/O serial parallel RS-232 422 485 port
pkgver = 3.9.2_4
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 "${}"