Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 850961 - net-p2p/bisq-bin - package installs files to the wrong place
Summary: net-p2p/bisq-bin - package installs files to the wrong place
Status: UNCONFIRMED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: benoit.dufour
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-10 08:24 UTC by Jonathan Plews
Modified: 2024-04-07 20:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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