diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-09-27 17:22:16 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-09-27 17:22:16 -0300 |
commit | 28e2d654f0e7faad39dd9365e782901eb608246c (patch) | |
tree | b8cba2cff4e133514c75a6184d9fefd46453ab91 | |
parent | 933d142a24a0a6e926ba788b1f952bd4b43a59ca (diff) | |
download | abslibre-28e2d654f0e7faad39dd9365e782901eb608246c.tar.gz abslibre-28e2d654f0e7faad39dd9365e782901eb608246c.tar.bz2 abslibre-28e2d654f0e7faad39dd9365e782901eb608246c.zip |
Backported d4157e6 from abslibre-mips64el.git
The lib symlink conflicts with glibc
-rwxr-xr-x | 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 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() { |