mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
media-sound/xmms2: install uncompressed manpages
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -288,7 +288,16 @@ src_test() {
|
||||
src_install() {
|
||||
./waf --without-ldconfig --destdir="${D}" install || die "'waf install' failed"
|
||||
dodoc AUTHORS TODO
|
||||
|
||||
python_optimize
|
||||
|
||||
# waftools/man.py always compresses man pages with gzip.
|
||||
# to avoid code changed let's just un-gzip manpages
|
||||
local m
|
||||
for m in "${ED}"/usr/share/man/man1/*.gz; do
|
||||
einfo "Uncompressing '${m#${ED}}' back."
|
||||
gzip -d "${m}" || die
|
||||
done
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
Reference in New Issue
Block a user