Skip to content

Commit

Permalink
media-libs/bankstown-lv2: use /usr/$(get_libdir)
Browse files Browse the repository at this point in the history
There may still be systems where /lib{,64} are not symlinks to
/usr/lib{,64}. Plus, this is just more correct.

Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Nov 21, 2024
1 parent 32d83be commit 1cecb22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ src_configure() {
}

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

0 comments on commit 1cecb22

Please sign in to comment.