diff options
-rw-r--r-- | libre/linux-libre/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 52df058b8..05cef5d03 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -155,6 +155,7 @@ _package() { provides+=("linux${_kernelname}-kmod-alx") conflicts+=("linux${_kernelname}-kmod-alx") replaces+=("linux${_kernelname}-kmod-alx") + fi if [ "$CARCH" = "mips64el" ]; then optdepends+=('mkinitcpio: to make the initramfs (needs reinstall of this package)') conflicts+=('mkinitcpio<0.7') |