projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bae8ce6
)
For bug #172033, remove the obsolete QA Notice for man pages that are already compressed.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Mar 2007 18:50:49 +0000
(18:50 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 24 Mar 2007 18:50:49 +0000
(18:50 -0000)
svn path=/main/trunk/; revision=6271
bin/doman
patch
|
blob
|
history
diff --git
a/bin/doman
b/bin/doman
index 7158252257a3697de549c6c419172cb07fabaa40..c021f0a444061201fba8312eb444c1090a510ee3 100755
(executable)
--- a/
bin/doman
+++ b/
bin/doman
@@
-25,10
+25,10
@@
for x in "$@" ; do
suffix=${x##*.}
- if [[ ${suffix} == "gz" ]] ; then
+ # These will be automatically decompressed by ecompressdir.
+ if hasq ${suffix} Z gz bz2 ; then
realname=${x%.*}
suffix=${realname##*.}
- eqawarn "QA Notice: File is already compressed: '${realname}'"
fi
mandir=${i18n}man${suffix:0:1}