summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36d673e46b04..6c34cc69c967 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = linux-lqx
pkgdesc = A desktop oriented kernel and modules with Liquorix patches
pkgver = 4.14.12
- pkgrel = 1
+ pkgrel = 2
url = http://liquorix.net/
install = linux.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1eca1844c73a..a0c73ddcfb52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ pkgdesc='A desktop oriented kernel and modules with Liquorix patches'
__basekernel=4.14
_minor=12
pkgver=${__basekernel}.${_minor}
-pkgrel=1
+pkgrel=2
lqxrel=1
pkgbase=linux-lqx
# pkgname=('linux-lqx' 'linux-lqx-headers' 'linux-lqx-docs')
@@ -285,6 +285,9 @@ local _builddir="${pkgdir}/usr/lib/modules/${_kernver}/build"
# remove files already in linux-bfq-mq-docs package
rm -r "${_builddir}/Documentation"
+
+ # remove now broken symlinks
+ find -L "${_builddir}" -type l -printf 'Removing %P\n' -delete
# Fix permissions
chmod -R u=rwX,go=rX "${_builddir}"