diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-03-07 15:11:48 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-03-07 15:11:48 +0000 |
commit | f9dfbdf7476362e1aaf755e8563434e37167407d (patch) | |
tree | e59b4b8c07341151edee8f7a799e3ec21a53b2d6 /src/install-rpm.sh | |
parent | d46378c14b7e30738c66ca0c85becbc7fef68411 (diff) | |
download | sos-f9dfbdf7476362e1aaf755e8563434e37167407d.tar.gz |
Implemented work-around against bug in bdist_rpm:
http://sourceforge.net/tracker/index.php?func=detail&aid=644744&group_id=5470&atid=105470
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@89 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/install-rpm.sh')
-rwxr-xr-x | src/install-rpm.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/install-rpm.sh b/src/install-rpm.sh new file mode 100755 index 00000000..a9c9e1ef --- /dev/null +++ b/src/install-rpm.sh @@ -0,0 +1,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 |