summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-15 14:55:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-15 14:55:26 -0300
commit48c117ff57567540890df05e0506268355a31113 (patch)
tree51a9b92fe3d31722e779d24be15cafdd37d1a63c /libre
parent6a23f1145fffe7aa343a27beef12dbaf91279a9f (diff)
downloadabslibre-48c117ff57567540890df05e0506268355a31113.tar.gz
abslibre-48c117ff57567540890df05e0506268355a31113.tar.bz2
abslibre-48c117ff57567540890df05e0506268355a31113.zip
linux-libre-grsec: fix issue related to the source path, update version for mips64el
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre-grsec/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-grsec/PKGBUILD b/libre/linux-libre-grsec/PKGBUILD
index 341486378..e2b33c591 100644
--- a/libre/linux-libre-grsec/PKGBUILD
+++ b/libre/linux-libre-grsec/PKGBUILD
@@ -18,7 +18,7 @@ _timestamp=201405141623
_pkgver=${_basekernel}.${_sublevel}
pkgver=${_basekernel}.${_sublevel}.${_timestamp}
pkgrel=1
-_lxopkgver=${_basekernel}.3 # nearly always the same as pkgver
+_lxopkgver=${_basekernel}.4 # nearly always the same as pkgver
arch=('i686' 'x86_64' 'mips64el')
url="https://grsecurity.net/"
license=('GPL2')
@@ -235,7 +235,7 @@ _package() {
# get kernel version
_kernver="$(make LOCALVERSION= kernelrelease)"
_basekernel=${_kernver%%-*}
- _basekernel=${_basekernel%.*}
+ _basekernel=${_basekernel%.*.*}
mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot}
make LOCALVERSION= INSTALL_MOD_PATH="${pkgdir}" modules_install