sys-cluster/extrae: remove DoublePrefixInPath

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2021-04-19 09:49:56 +02:00
parent 881b2c6c1d
commit 57f584007b

View File

@@ -153,9 +153,9 @@ src_configure() {
src_install() {
default
mkdir -p "${ED}/$(python_get_sitedir)/" || die
mv "${ED}/usr/libexec/pyextrae" "${ED}/$(python_get_sitedir)/" || die
python_optimize "${ED}/$(python_get_sitedir)/pyextrae"
mkdir -p "${D}/$(python_get_sitedir)/" || die
mv "${ED}/usr/libexec/pyextrae" "${D}/$(python_get_sitedir)/" || die
python_optimize "${D}/$(python_get_sitedir)/pyextrae"
#super-duper workaround
mkdir -p "${ED}/usr/share/doc/${PF}" || die