diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-12 11:30:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-12 11:40:53 -0300 |
commit | 0016d1e8dc97778ccafaff1ab4579aa8babf5ed7 (patch) | |
tree | 349b5c36f0249b4733a24bca9dff4726ba12041a /libre/linux-libre-lts | |
parent | 995a8626a28380c7f89bc3ed6c92b130828b0fdf (diff) | |
download | abslibre-0016d1e8dc97778ccafaff1ab4579aa8babf5ed7.tar.gz abslibre-0016d1e8dc97778ccafaff1ab4579aa8babf5ed7.tar.bz2 abslibre-0016d1e8dc97778ccafaff1ab4579aa8babf5ed7.zip |
linux-libre kernels: add base-openrc to groups
Diffstat (limited to 'libre/linux-libre-lts')
-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 ba595361f..92a749337 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -202,7 +202,7 @@ build() { _package() { pkgdesc="The ${pkgbase^} kernel and modules - stable longtime supported kernel package suitable for servers" - [ "${pkgbase}" = "linux-libre" ] && groups=('base') + [ "${pkgbase}" = "linux-libre" ] && groups=('base' 'base-openrc') depends=('coreutils' 'linux-libre-firmware' 'kmod') optdepends=('crda: to set the correct wireless channels of your country') provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}") |