summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/linux-libre/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index efee0ba3f..0d7eeb6fe 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -231,8 +231,8 @@ _package() {
# Now we call depmod...
depmod -b "$pkgdir" -F System.map "$_kernver"
- # move module tree /lib -> /usr/lib
-# mv "$pkgdir/lib" "$pkgdir/usr"
+# remove the symlink (conflicts with glibc)
+ rm ${pkgdir}/lib
}
_package-headers() {