From d4157e6db6dd7e03802aa9c361a1902e81c2545a Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 27 Sep 2012 17:14:33 -0300 Subject: The lib symlink conflicts with glibc --- libre/linux-libre/PKGBUILD | 4 ++-- 1 file 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() { -- cgit v1.2.3-54-g00ecf