diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-22 18:38:13 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-22 18:38:13 -0300 |
commit | 09ef3f6b916de0bdd743ffc022d0807a06b50688 (patch) | |
tree | c313fad73f86882e3061f96faa4bbaafad4c4c14 /libre/linux-libre-pck | |
parent | 88cf3b3ab659087a5141e8f151fba3765c531d43 (diff) | |
download | abslibre-09ef3f6b916de0bdd743ffc022d0807a06b50688.tar.gz abslibre-09ef3f6b916de0bdd743ffc022d0807a06b50688.tar.bz2 abslibre-09ef3f6b916de0bdd743ffc022d0807a06b50688.zip |
linux-libre-pck: minor fix
Diffstat (limited to 'libre/linux-libre-pck')
-rw-r--r-- | libre/linux-libre-pck/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-pck/PKGBUILD b/libre/linux-libre-pck/PKGBUILD index 7b213a2d1..fa394d2cf 100644 --- a/libre/linux-libre-pck/PKGBUILD +++ b/libre/linux-libre-pck/PKGBUILD @@ -179,7 +179,7 @@ _package() { optdepends=('crda: to set the correct wireless channels of your country' 'systemd-knock: to use system and service manager with TCP Stealth support' 'openssh-knock: to use SSH with TCP Stealth support') - 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") |