From dd8f22f6bef0f6654437b19ce88fb218c61f8947 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Tue, 21 Aug 2012 18:15:54 -0500 Subject: linux:..removed the nouvea module --- abs/core/linux/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abs/core/linux/PKGBUILD b/abs/core/linux/PKGBUILD index f0bf106..8a36cd6 100644 --- a/abs/core/linux/PKGBUILD +++ b/abs/core/linux/PKGBUILD @@ -160,6 +160,9 @@ package_linux() { # move module tree /lib -> /usr/lib mv "$pkgdir/lib" "$pkgdir/usr" + #remove nouvea + find $pkgdir/usr/lib -name "nouvea*" -exec rm -f {} \; + # Now we call depmod... depmod -b "$pkgdir" -F System.map "$_kernver" } -- cgit v0.12