From a70e0f051d7a26068f7ef065b094f2527e6b4eb3 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Sat, 21 Feb 2015 10:03:07 +0300 Subject: Drop unneeded hack Signed-off-by: Alexey Shvetsov --- sci-chemistry/gromacs/gromacs-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sci-chemistry/gromacs/gromacs-9999.ebuild') diff --git a/sci-chemistry/gromacs/gromacs-9999.ebuild b/sci-chemistry/gromacs/gromacs-9999.ebuild index e95e4d2..dfd77fd 100644 --- a/sci-chemistry/gromacs/gromacs-9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-9999.ebuild @@ -267,12 +267,6 @@ src_install() { rm -f "${ED}"usr/bin/GMXRC* rm -f "${ED}"usr/lib*/libtng*.a - #workaround for libtng - if [[ $(get_libdir) != lib ]]; then - mv "${ED}"usr/lib/libtng* "${ED}usr/$(get_libdir)" || die - rmdir "${ED}"usr/lib || die - fi - readme.gentoo_create_doc } -- cgit v1.2.3-65-gdbad