Skip to content

Commit

Permalink
gui-apps/intiface-central-bin: add binary to QA_PREBUILT
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/896186
Closes: https://bugs.gentoo.org/896188
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
  • Loading branch information
tastytea committed Feb 24, 2023
1 parent 475fb51 commit 089d67b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ RDEPEND="
"
BDEPEND="app-arch/unzip"

QA_PREBUILT="/opt/${PN}/lib/*.so"
QA_PREBUILT="
/opt/${PN}/lib/*.so
/opt/${PN}/intiface_central

This comment has been minimized.

Copy link
@ceamac

ceamac Feb 25, 2023

Contributor

QA_PREBUILT should be relative, i.e., opt/${PN}/lib/*.so (without the leading slash)

This comment has been minimized.

Copy link
@tastytea

tastytea Feb 25, 2023

Author Contributor

Is that documented somewhere? man 5 ebuild only says “relative to the image directory”, which this is.

This comment has been minimized.

Copy link
@ceamac

ceamac Feb 27, 2023

Contributor

Relative to the image directory means it does not start with /. If it starts with / it is not relative to anything, it is absolute.

"

src_install() {
insinto /opt/${PN}
Expand Down

0 comments on commit 089d67b

Please sign in to comment.