diff options
author | David P <megver83@parabola.nu> | 2017-06-14 09:22:56 -0400 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2017-06-14 09:22:56 -0400 |
commit | a5f7e13c8d3aefc0d8854e26738aa7a0349c4556 (patch) | |
tree | 0d59e26dcdf3e632704dbe1d9176bda82ddff94c /kernels/linux-libre-xen/PKGBUILD | |
parent | 605ff361f9665ed75d27349cca27c6a7ea2d03be (diff) | |
download | abslibre-a5f7e13c8d3aefc0d8854e26738aa7a0349c4556.tar.gz abslibre-a5f7e13c8d3aefc0d8854e26738aa7a0349c4556.tar.bz2 abslibre-a5f7e13c8d3aefc0d8854e26738aa7a0349c4556.zip |
Now really fixed linux-libre-rt PKGBUILD
Diffstat (limited to 'kernels/linux-libre-xen/PKGBUILD')
-rw-r--r-- | kernels/linux-libre-xen/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD index ac6cb73b5..b29daad14 100644 --- a/kernels/linux-libre-xen/PKGBUILD +++ b/kernels/linux-libre-xen/PKGBUILD @@ -176,8 +176,8 @@ build() { _package() { pkgdesc="The ${pkgbase^} kernel and modules with Xen guest support" - [ "${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[@]}") |