diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-27 17:14:33 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-27 17:14:33 -0300 |
commit | d4157e6db6dd7e03802aa9c361a1902e81c2545a (patch) | |
tree | 68af4caf847d785f015be8170b0bcb168e334920 | |
parent | 2299798c7dcc12c3505252cc84b95d7666c84f5d (diff) |
The lib symlink conflicts with glibc
-rw-r--r-- | libre/linux-libre/PKGBUILD | 4 |
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() { |