aboutsummaryrefslogtreecommitdiffstats
path: root/src/setup.py
diff options
context:
space:
mode:
authorastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2008-12-19 16:22:49 +0000
committerastokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8>2008-12-19 16:22:49 +0000
commit3d1b807cf1d12fafc50b1effe46947c96272943e (patch)
tree8fbd14e91761890b4fd0d5a58414470f7c874487 /src/setup.py
parent9cae97215665ca7e6e69cab99286cdec3b2f2054 (diff)
downloadsos-3d1b807cf1d12fafc50b1effe46947c96272943e.tar.gz
- mainly changes to the building process of sos
- altered spec file to conform to fedora guidelines git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@546 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py
index 55125d8d..f5fa60d8 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -16,7 +16,8 @@ setup(
package_dir = {'': 'lib',},
data_files = [ ('/etc', [ 'sos.conf']),
('/usr/sbin', ['sosreport', 'extras/sysreport/sysreport.legacy']),
- ('/usr/bin', ['extras/rh-upload-core']),
+ ('/usr/bin', ['extras/rh-upload-core']),
+ ('/usr/share/sos/',['gpgkeys/rhsupport.pub']),
('/usr/share/sysreport', ['extras/sysreport/text.xsl', 'extras/sysreport/functions', 'extras/sysreport/sysreport-fdisk']),
('/usr/share/man/man1', ['sosreport.1.gz']),
('/usr/share/locale/af/LC_MESSAGES', ['locale/af/LC_MESSAGES/sos.mo']),