Skip to content

Commit

Permalink
dev-libs/libzip: Fix lib path to remove
Browse files Browse the repository at this point in the history
Reported-by: Dmitry Derevyanko <[email protected]>
Gentoo-bug: 614598

Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
a17r committed Apr 4, 2017
1 parent 6d6cf48 commit 354aa61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-libs/libzip/libzip-1.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ src_prepare() {

src_install() {
default
use static-libs || rm "${ED%/}"/usr/lib64/libzip.a || die
use static-libs || rm "${ED%/}"/usr/$(get_libdir)/libzip.a || die
find "${D}" -name '*.la' -delete || die
}

0 comments on commit 354aa61

Please sign in to comment.