Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 850961

Summary: net-p2p/bisq-bin - package installs files to the wrong place
Product: GURU Reporter: Jonathan Plews <pl3w5y>
Component: Package issuesAssignee: benoit.dufour
Status: UNCONFIRMED ---    
Severity: normal CC: julien
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonathan Plews 2022-06-10 08:24:53 UTC
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