summaryrefslogtreecommitdiff
path: root/install-rpm.sh
blob: 68f7f012caf2991019c6ec627d97febacaaec82e (plain)
1
2
3
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