mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-21 22:54:45 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1788 e7d03fd6-7b0d-0410-9947-9c21f3af8025
3 lines
240 B
Bash
3 lines
240 B
Bash
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
|