From 28e2d654f0e7faad39dd9365e782901eb608246c Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 27 Sep 2012 17:22:16 -0300 Subject: Backported d4157e6 from abslibre-mips64el.git The lib symlink conflicts with glibc --- libre/linux-libre/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/linux-libre/PKGBUILD') diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index b0dafc91b..0e350070c 100755 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -228,8 +228,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