Skip to content

Commit

Permalink
app-portage/eclass-manpages: Correct path in FILES inside man-pages
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Feb 22, 2016
1 parent 970bcc2 commit 94ad5a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app-portage/eclass-manpages/files/eclass-to-manpage.awk
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,9 @@ function handle_footer() {
#
BEGIN {
state = "header"
if (PORTDIR == "")
PORTDIR = "/usr/portage"
eclassdir = PORTDIR "/eclass"
if (ECLASSDIR == "")
ECLASSDIR = "/usr/portage/eclass"
eclassdir = ECLASSDIR
reporting_bugs = "Please report bugs via http://bugs.gentoo.org/"
vcs_url = "https://gitweb.gentoo.org/repo/gentoo.git/log/eclass/@ECLASS@"
}
Expand Down
1 change: 1 addition & 0 deletions app-portage/eclass-manpages/files/eclass-to-manpage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ret=0
for e in "$@" ; do
set -- \
${AWK} \
-vECLASSDIR="${ECLASSDIR}" \
-vPORTDIR="${PORTDIR}" \
-f "${FILESDIR}"/eclass-to-manpage.awk \
${e}
Expand Down
2 changes: 1 addition & 1 deletion app-portage/eclass-manpages/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<maintainer type="person">
<email>[email protected]</email>
</maintainer>
<maintainer type="project">
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Portage tools team</name>
</maintainer>
Expand Down

0 comments on commit 94ad5a6

Please sign in to comment.