Skip to content

Commit

Permalink
media-libs/bankstown-lv2: use portage to get libdir
Browse files Browse the repository at this point in the history
Fixes: #122

Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Nov 9, 2024
1 parent 4de9d68 commit b983ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-libs/bankstown-lv2/bankstown-lv2-1.1.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ src_configure() {
}

src_install() {
emake DESTDIR="${D}" install || die
emake DESTDIR="${D}" LIBDIR="$(get_libdir)" install || die
}

0 comments on commit b983ba9

Please sign in to comment.