summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-15 09:36:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-07-15 09:36:09 -0300
commita8fda0029cf05c750fa2f1d851e5029dcd684de4 (patch)
treed64358b6787ecae9ac7861c3c48ae657a55cf037
parent4499ea32ba46dd52159b459d92d8f305a4e70dd9 (diff)
linux-libre: fix issue on PKGBUILD
-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 05cef5d03..9c0090083 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -152,9 +152,9 @@ _package() {
backup=("etc/mkinitcpio.d/${pkgbase}.preset")
install=${pkgbase}.install
if [ "$CARCH" != "mips64el" ]; then
- provides+=("linux${_kernelname}-kmod-alx")
- conflicts+=("linux${_kernelname}-kmod-alx")
- replaces+=("linux${_kernelname}-kmod-alx")
+ provides+=('linux-libre-kmod-alx')
+ conflicts+=('linux-libre-kmod-alx')
+ replaces+=('linux-libre-kmod-alx')
fi
if [ "$CARCH" = "mips64el" ]; then
optdepends+=('mkinitcpio: to make the initramfs (needs reinstall of this package)')