Skip to content

Commit

Permalink
dev-db/unixODBC: Replaced ltprune with find.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
Lars Wendler committed Mar 20, 2018
1 parent c598833 commit 82d4fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-db/unixODBC/unixODBC-2.3.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -57,5 +57,5 @@ multilib_src_install_all() {
fi

use prefix && dodoc README*
prune_libtool_files
find "${ED}" -name '*.la' -delete || die
}

0 comments on commit 82d4fad

Please sign in to comment.