diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-10 00:28:12 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-10 00:28:12 -0300 |
commit | dacdd7542f15e368b5f600104671b667880a2a2b (patch) | |
tree | 8ae5cba3f723e16eebd13c593f993c2131be12af /libre/linux-libre-grsec/linux.install | |
parent | 693de237f790f2c8d0a468dcafc2727fac69bd36 (diff) | |
download | abslibre-dacdd7542f15e368b5f600104671b667880a2a2b.tar.gz abslibre-dacdd7542f15e368b5f600104671b667880a2a2b.tar.bz2 abslibre-dacdd7542f15e368b5f600104671b667880a2a2b.zip |
linux-libre-grsec-3.16.2_gnu.201409082129-2: updating revision
* enable KERNEXEC on x86_64
Diffstat (limited to 'libre/linux-libre-grsec/linux.install')
-rw-r--r-- | libre/linux-libre-grsec/linux.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-grsec/linux.install b/libre/linux-libre-grsec/linux.install index 406ab9ae9..99069bc58 100644 --- a/libre/linux-libre-grsec/linux.install +++ b/libre/linux-libre-grsec/linux.install @@ -46,7 +46,7 @@ post_upgrade() { echo ">>> include the 'keyboard' hook in your mkinitcpio.conf." fi - if [[ $(vercmp $2 3.15.6.201407232200-2) -lt 0 ]]; then + if [[ $(vercmp $2 3.15.6_gnu.201407232200-2) -lt 0 ]]; then _uderef_warning fi } |