summaryrefslogtreecommitdiff
path: root/install-rpm.sh
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2007-10-13 21:45:45 +0000
committerJason Pellerin <jpellerin@gmail.com>2007-10-13 21:45:45 +0000
commit75c9c574e20b4ebe53c6a33753295ad65557d9bf (patch)
treef8bfb09eccdba87d5741fd83b0a37393b41ecdde /install-rpm.sh
parent65b2975d6c4e6af7a64725987a5838d3e71245e5 (diff)
downloadnose-75c9c574e20b4ebe53c6a33753295ad65557d9bf.tar.gz
Merged 0.10.0-stable [308]:[378] into trunk
Diffstat (limited to 'install-rpm.sh')
-rwxr-xr-xinstall-rpm.sh3
1 files changed, 3 insertions, 0 deletions
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