just the first 2 lines of src_install() are incorrect Reproducible: Always Steps to Reproduce: 1.emerge bisq Actual Results: ends up with files in /opt/lib and /opt/share Expected Results: everything should be extracted under /opt/<name> see /opt/openjdk-11-bin or similar I changed the lines to this to get the expected results: cp -ar "${S}"/opt/ "${ED}"/opt/ dosym ../bisq/bin/Bisq /opt/bin/Bisq
I just pushed: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?h=dev&id=1596c16b8dcb60c6b8a512f3675fe5bb22943d9f According to your fix. I'll push version 1.9.17 soon and I'll even try to make a non binary version.