media-video/cinelerra: fix installing in prefix

This commit is contained in:
2021-08-08 10:31:14 +03:00
parent 785f5f554c
commit 6ef4858a19

View File

@@ -86,7 +86,7 @@ src_configure() {
$(use_with shuttle) \
$(use_with lv2) \
$(use_with openexr) \
--with-plugin-dir=/usr/$(get_libdir)/${PN} \
--with-plugin-dir="${EPREFIX}/usr/$(get_libdir)/${PN}" \
${myconf}
}