File: install-rpm.sh

package info (click to toggle)
trash-cli 0.17.1.14-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 608 kB
  • sloc: python: 4,000; sh: 42; makefile: 7
file content (3 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download | duplicates (15)
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