Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/pr/392'.
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurp committed Nov 25, 2015
1 parent efc22f9 commit c9fde06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app-text/linuxdoc-tools/linuxdoc-tools-0.9.69.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ src_prepare() {
# Fix doc install path.
sed -e \
"s%/share/doc/linuxdoc-tools%/share/doc/${PF}%" \
-i Makefile.in
-i Makefile.in || die

# Upstream developers unconditionally build docs during the install phase.
# The only sane solution in this case is to patch things out from Makefile.
Expand Down
5 changes: 2 additions & 3 deletions app-text/linuxdoc-tools/linuxdoc-tools-0.9.71-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ DOCS=( ChangeLog README )

S="${WORKDIR}/${PN}-upstream/${PV}-${GIT_SHA1}"

sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" \
"/usr/share/linuxdoc-tools/linuxdoc-tools.catalog"
sgml-catalog_cat_include "/etc/sgml/linuxdoc.cat" "/usr/share/${PN}/${PN}.catalog"

src_prepare() {
# Use Gentoo doc install path.
sed -i \
-e "s%/share/doc/linuxdoc-tools%/share/doc/${PF}%" \
Makefile.in
Makefile.in || die

autotools-utils_src_prepare
}
Expand Down

0 comments on commit c9fde06

Please sign in to comment.