diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-22 18:36:51 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-03-22 18:36:51 -0300 |
commit | 82bd636aa21237c10bb242127d3325c512d4126a (patch) | |
tree | e739cac805792dd651892efa0af82f3963bd095e /libre/linux-libre-lts/PKGBUILD | |
parent | 9cd5e6c518d94e0eec3cc615a1ba59db732ad5fb (diff) | |
download | abslibre-82bd636aa21237c10bb242127d3325c512d4126a.tar.gz abslibre-82bd636aa21237c10bb242127d3325c512d4126a.tar.bz2 abslibre-82bd636aa21237c10bb242127d3325c512d4126a.zip |
linux-libre-lts: minor fix
Diffstat (limited to 'libre/linux-libre-lts/PKGBUILD')
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 3c7ee08a1..7cb674c0d 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -186,7 +186,7 @@ _package() { [ "${pkgbase}" = "linux-libre" ] && groups=('base' 'base-openrc') depends=('coreutils' 'linux-libre-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') - 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") |