mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-27 11:10:28 +00:00
also fix language specific man page listings
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2080 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
6ea4d83e5f
commit
b5ae606007
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
||||
# 'brp-compress' gzips the man pages without distutils knowing... fix this
|
||||
sed -i -e 's@man/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@man/man\1/\2.gz@g' INSTALLED_FILES
|
||||
sed -i -e 's@man/de/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@man/de/man\1/\2.gz@g' INSTALLED_FILES
|
||||
sed -i -e 's@man/fr/man\([[:digit:]]\)/\(.\+\.[[:digit:]]\)$@man/fr/man\1/\2.gz@g' INSTALLED_FILES
|
||||
|
|
|
|||
Loading…
Reference in a new issue