diff options
author | Sam James <sam@gentoo.org> | 2021-10-20 02:40:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-20 02:40:09 +0000 |
commit | 8165059fdacd69929057cba173503c42163620ce (patch) | |
tree | 5f4d7ad09653af48c374df14f5d53bc36662dd3e /app-text/master-pdf-editor | |
parent | app-text/master-pdf-editor: bump to version 5.8.06 (diff) | |
download | gentoo-8165059fdacd69929057cba173503c42163620ce.tar.gz gentoo-8165059fdacd69929057cba173503c42163620ce.tar.bz2 gentoo-8165059fdacd69929057cba173503c42163620ce.zip |
app-text/master-pdf-editor: make QA_PREBUILT relative
See the ebuild(1) man page.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/master-pdf-editor')
-rw-r--r-- | app-text/master-pdf-editor/master-pdf-editor-5.8.06.ebuild | 5 |
1 files 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 1300656eb4a5..b6b616512c5b 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} |