diff options
-rw-r--r-- | abs/core/linux/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
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" } |