commit: 8165059fdacd69929057cba173503c42163620ce Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 20 02:40:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 20 02:40:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8165059f
app-text/master-pdf-editor: make QA_PREBUILT relative See the ebuild(1) man page. Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild index 1300656eb4a..b6b616512c5 100644 --- a/app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild +++ b/app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild @@ -8,6 +8,7 @@ inherit desktop xdg DESCRIPTION="A complete solution for viewing and editing PDF files" HOMEPAGE="https://code-industry.net/free-pdf-editor/" SRC_URI="https://code-industry.net/public/${P}-qt5.x86_64.tar.gz" +S="${WORKDIR}/${PN}-${PV%%.*}" LICENSE="master-pdf-editor" SLOT="0" @@ -24,9 +25,7 @@ RDEPEND=" >=media-gfx/sane-backends-1.0 " -QA_PREBUILT="/opt/${PN}/masterpdfeditor5" - -S="${WORKDIR}/${PN}-${PV%%.*}" +QA_PREBUILT="opt/${PN}/masterpdfeditor5" src_install() { insinto /opt/${PN}
