summaryrefslogtreecommitdiff
path: root/libre/linux-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-15 04:18:19 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-15 04:18:19 -0200
commitdb6d60574c0d8a9d97e56725e5c74f0fbd015865 (patch)
tree63c0d4eeaef2f211ee054196ee3d41f84ca8af8c /libre/linux-libre
parent13cb32ada6914755ee6d8f6d765788b78a86c27c (diff)
linux-libre: prolix some parts on PKGBUILD
Diffstat (limited to 'libre/linux-libre')
-rw-r--r--libre/linux-libre/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index b6a40aa75..3d734674a 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -165,9 +165,9 @@ _package() {
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=${pkgbase}.install
if [ "$CARCH" != "mips64el" ]; then
- provides+=('linux-libre-kmod-alx')
- conflicts+=('linux-libre-kmod-alx')
- replaces+=('linux-libre-kmod-alx')
+ provides+=("linux-libre${_kernelname}-kmod-alx")
+ conflicts+=("linux-libre${_kernelname}-kmod-alx")
+ replaces+=("linux-libre${_kernelname}-kmod-alx")
fi
if [ "$CARCH" = "mips64el" ]; then
optdepends+=('mkinitcpio: to make the initramfs (needs reinstall of this package)')