From e568f558cb69ae9c374893e038f3287e7449a36f Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 23 Dec 2020 20:19:32 +0100 Subject: [PATCH] binutils: drop libdir hack --- srcpkgs/binutils/template | 8 -------- 1 file changed, 8 deletions(-) diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template index e6f916ed68d..719897d6f50 100644 --- a/srcpkgs/binutils/template +++ b/srcpkgs/binutils/template @@ -81,12 +81,6 @@ do_check() { do_install() { local _triplet=$(_get_triplet) - if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then - mkdir -p ${DESTDIR}/usr/lib - cd ${DESTDIR}/usr - ln -s lib lib64 - cd ${wrksrc} - fi make DESTDIR=${DESTDIR} tooldir=/usr install # Remove ld (hardlink) and make a symlink to ld.bfd. @@ -110,8 +104,6 @@ do_install() { echo "INPUT ( /usr/lib/libopcodes.a -lbfd )" \ >${DESTDIR}/usr/lib/libopcodes.so - rm -f ${DESTDIR}/usr/lib64 - # Remove useless manpages. for f in dlltool nlmconv windres windmc; do rm -f ${DESTDIR}/usr/share/man/man1/${f}.1