diff options
author | David P <megver83@parabola.nu> | 2017-06-14 09:21:10 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-06-14 09:21:10 -0400 |
commit | 605ff361f9665ed75d27349cca27c6a7ea2d03be (patch) | |
tree | 21399c81c08d606551644f4852a3f0907594717d /kernels/linux-libre-rt | |
parent | 6e4935316317ff2f032def146097f14c9af88cc7 (diff) | |
download | abslibre-605ff361f9665ed75d27349cca27c6a7ea2d03be.tar.gz abslibre-605ff361f9665ed75d27349cca27c6a7ea2d03be.tar.bz2 abslibre-605ff361f9665ed75d27349cca27c6a7ea2d03be.zip |
Fixed linux-libre-{xen,rt} PKGBUILDs
Diffstat (limited to 'kernels/linux-libre-rt')
-rw-r--r-- | kernels/linux-libre-rt/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-rt/PKGBUILD b/kernels/linux-libre-rt/PKGBUILD index 0cfa02cb0..93c9ce9fa 100644 --- a/kernels/linux-libre-rt/PKGBUILD +++ b/kernels/linux-libre-rt/PKGBUILD @@ -189,8 +189,8 @@ build() { _package() { pkgdesc="The ${pkgbase^} kernel and modules with realtime preemption" - [ "${pkgbase}" = "linux" ] && groups=('base') - depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') + [ "${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=${_archpkgver}" "kernel=${_archpkgver}") conflicts=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}") |