From 75c9c574e20b4ebe53c6a33753295ad65557d9bf Mon Sep 17 00:00:00 2001 From: Jason Pellerin Date: Sat, 13 Oct 2007 21:45:45 +0000 Subject: Merged 0.10.0-stable [308]:[378] into trunk --- install-rpm.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 install-rpm.sh (limited to 'install-rpm.sh') diff --git a/install-rpm.sh b/install-rpm.sh new file mode 100755 index 0000000..68f7f01 --- /dev/null +++ b/install-rpm.sh @@ -0,0 +1,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 -- cgit v1.2.1