diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-04-20 19:29:30 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-04-20 19:29:30 +0000 |
commit | d40dab09ba602c1b08aac08495f825058c26e321 (patch) | |
tree | d267ecaf7f2f955897b1ec0a0e408f6ac0acba0c /src/MANIFEST.in | |
parent | 7cd05b634be1c5cb0d23f4e264871106dcd60c5c (diff) | |
download | sos-d40dab09ba602c1b08aac08495f825058c26e321.tar.gz |
Fixed a problem with installation of man page. rpmbuild compresses
the man page, which changed the file name and caused a failure. Now
we just compress it first and deliver it that way.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@124 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/MANIFEST.in')
-rw-r--r-- | src/MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MANIFEST.in b/src/MANIFEST.in index 8c858b64..db412457 100644 --- a/src/MANIFEST.in +++ b/src/MANIFEST.in @@ -1,4 +1,4 @@ # NOTE: Including sosreport here is a hack. This # is done because the data_files handling from setup.py # is broken for building dists (at least in Python 2.3) -include README TODO sosreport sosreport.1 MANIFEST.in +include README TODO sosreport sosreport.1.gz MANIFEST.in |