diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 02:42:27 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 02:42:27 -0300 |
commit | f860fe9d8ba13eb6664d55978bedf3e93487a574 (patch) | |
tree | a3fe472081dcf9e4811e7ed7f2e3d6a4e0b6e28c /libre | |
parent | fc6b726cceaee6da319ad91b74b35fab1f23b238 (diff) | |
download | abslibre-f860fe9d8ba13eb6664d55978bedf3e93487a574.tar.gz abslibre-f860fe9d8ba13eb6664d55978bedf3e93487a574.tar.bz2 abslibre-f860fe9d8ba13eb6664d55978bedf3e93487a574.zip |
linux-libre-lts-3.0.40-1: updating some parts on PKGBUILD
Diffstat (limited to 'libre')
-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 739c5bb57..d23845bfc 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -156,7 +156,7 @@ _package() { [ "${pkgbase}" = "linux-libre" ] && groups=('base') depends=('coreutils' 'kmod') optdepends=('crda: to set the correct wireless channels of your country') - provides=("kernel26${_kernelname}=${pkgver}" "linux${_kernelname}=$pkgver") + provides=("kernel26${_kernelname}=${pkgver}" "linux${_kernelname}=${pkgver}") conflicts=("kernel26${_kernelname}" "kernel26-libre${_kernelname}" "linux${_kernelname}") replaces=("kernel26${_kernelname}" "kernel26-libre${_kernelname}" "linux${_kernelname}") backup=("etc/mkinitcpio.d/${pkgbase}.preset") |