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: RESOLVED FIXED
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-08-12 03:16 UTC (History)
2 users (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
Comment 1 benoit.dufour 2024-08-12 03:16:16 UTC
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.