Skip to content

Commit

Permalink
dev-db/myodbc: don't install bundled files
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/750506
Closes: https://bugs.gentoo.org/750500
Closes: https://bugs.gentoo.org/750497
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <[email protected]>
  • Loading branch information
Whissi committed Jan 21, 2021
1 parent b8587de commit b12fb32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-db/myodbc/myodbc-8.0.23.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ multilib_src_install_all() {
|| die "Failed to build $i"
done

rm -rf "${ED}/usr/$(get_libdir)/${PN}-${MAJOR}/private" \
|| die "failed to remove bundled libs"

mv "${D}/usr/bin/myodbc-installer" \
"${D}/usr/bin/myodbc-installer-${MAJOR}" || die "failed to move slotted binary"
}
Expand Down

0 comments on commit b12fb32

Please sign in to comment.