diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-22 18:37:24 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-22 18:37:24 -0300 |
commit | 88cf3b3ab659087a5141e8f151fba3765c531d43 (patch) | |
tree | a6ae4147f6fdf0aa512f7f2e2b2ef7e2fc422646 /libre/linux-libre-grsec/PKGBUILD | |
parent | 82bd636aa21237c10bb242127d3325c512d4126a (diff) | |
download | abslibre-88cf3b3ab659087a5141e8f151fba3765c531d43.tar.gz abslibre-88cf3b3ab659087a5141e8f151fba3765c531d43.tar.bz2 abslibre-88cf3b3ab659087a5141e8f151fba3765c531d43.zip |
linux-libre-grsec: minor fix
Diffstat (limited to 'libre/linux-libre-grsec/PKGBUILD')
-rw-r--r-- | libre/linux-libre-grsec/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-grsec/PKGBUILD b/libre/linux-libre-grsec/PKGBUILD index eed8c2f31..ca97055a0 100644 --- a/libre/linux-libre-grsec/PKGBUILD +++ b/libre/linux-libre-grsec/PKGBUILD @@ -209,7 +209,7 @@ _package() { optdepends=('crda: to set the correct wireless channels of your country' 'gradm: to configure and enable Role Based Access Control (RBAC)' 'paxd-libre: to enable PaX exploit mitigations and apply exceptions automatically') - provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "LINUX-ABI_VERSION=${_pkgver%%-*}") + provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}" "LINUX-ABI_VERSION=${_archpkgver}") conflicts=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") replaces=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") backup=("etc/mkinitcpio.d/${pkgbase}.preset") |