projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8706595
)
www-apps/phpBB: Make doc link relative to dodge possible Portage bug
author
James Le Cuirot
<chewi@gentoo.org>
Mon, 24 Jun 2019 21:54:24 +0000
(22:54 +0100)
committer
James Le Cuirot
<chewi@gentoo.org>
Mon, 24 Jun 2019 21:54:24 +0000
(22:54 +0100)
Closes: https://bugs.gentoo.org/678138
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
www-apps/phpBB/phpBB-3.2.7.ebuild
patch
|
blob
|
history
diff --git
a/www-apps/phpBB/phpBB-3.2.7.ebuild
b/www-apps/phpBB/phpBB-3.2.7.ebuild
index c44df8c4c35c0a98fca5fecd5541ff4aa9b76c07..95dfe1c227671dbb67f88925e039db42d0d56046 100644
(file)
--- a/
www-apps/phpBB/phpBB-3.2.7.ebuild
+++ b/
www-apps/phpBB/phpBB-3.2.7.ebuild
@@
-33,7
+33,7
@@
src_install() {
webapp_src_install
# phpBB needs docs together with the other files.
- dosym
"${MY_HTDOCSDIR}"
/docs /usr/share/doc/${PF}
+ dosym
../webapps/${PN}/${SLOT}/htdocs
/docs /usr/share/doc/${PF}
}
pkg_postinst() {