Skip to content
/ gentoo Public
forked from gentoo/gentoo

Commit

Permalink
app-shells/bash: rename builtins.1 to bash_builtins.1
Browse files Browse the repository at this point in the history
This seems to be the intended name based on doc/Makefile.in.

This also fixes a rendering issue when the man pages are viewed with
mandoc.

Closes: gentoo#26669
Closes: gentoo#26673
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
  • Loading branch information
floppym committed Jul 30, 2022
1 parent 7a97322 commit 77f98e0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,11 @@ src_install() {
done
fi

doman doc/*.1
# Install bash_builtins.1 and rbash.1
emake -C doc DESTDIR="${D}" install_builtins
sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die
doman "${T}"/rbash.1

newdoc CWRU/changelog ChangeLog
dosym bash.info /usr/share/info/bashref.info
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,11 @@ src_install() {
done
fi

doman doc/*.1
# Install bash_builtins.1 and rbash.1
emake -C doc DESTDIR="${D}" install_builtins
sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die
doman "${T}"/rbash.1

newdoc CWRU/changelog ChangeLog
dosym bash.info /usr/share/info/bashref.info
}
Expand Down
6 changes: 5 additions & 1 deletion app-shells/bash/bash-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,11 @@ src_install() {
done
fi

doman doc/*.1
# Install bash_builtins.1 and rbash.1
emake -C doc DESTDIR="${D}" install_builtins
sed 's:bash\.1:man1/&:' doc/rbash.1 > "${T}"/rbash.1 || die
doman "${T}"/rbash.1

newdoc CWRU/changelog ChangeLog
dosym bash.info /usr/share/info/bashref.info
}
Expand Down

0 comments on commit 77f98e0

Please sign in to comment.