aboutsummaryrefslogblamecommitdiffstats
path: root/src/install-rpm.sh
blob: a9c9e1ef558a9280ba03f200c9d7cd16c36ccf41 (plain) (tree)
1
2
3


                                                                                            
python setup.py install --optimize 1 --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