x11-misc/qtfm: Fix DOCDIR

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=672406
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
Jeroen Roovers
2018-12-02 20:21:15 +01:00
parent b9df34ae7f
commit d00dcfb06b
2 changed files with 10 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ DEPEND="
dev-qt/linguist-tools:5
"
src_prepare() {
sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
default
}
src_configure() {
eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
}

View File

@@ -26,6 +26,11 @@ DEPEND="
dev-qt/linguist-tools:5
"
src_prepare() {
sed -i -e '/^docs.path/ s:$${TARGET}-$${VERSION}:'"${PF}"':g' fm/fm.pro || die
default
}
src_configure() {
eqmake5 PREFIX=/usr XDGDIR=/etc/xdg
}