summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r--dev-db/unixODBC/unixODBC-2.3.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.3.6.ebuild b/dev-db/unixODBC/unixODBC-2.3.6.ebuild
index eb5e0216e655..82ba2e3ca834 100644
--- a/dev-db/unixODBC/unixODBC-2.3.6.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.3.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit libtool ltprune multilib-minimal
+inherit libtool multilib-minimal
DESCRIPTION="A complete ODBC driver manager"
HOMEPAGE="http://www.unixodbc.org/"
@@ -57,5 +57,5 @@ multilib_src_install_all() {
fi
use prefix && dodoc README*
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}