1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

- fixed: until its known what these lines do, fix code back to a working state

This commit is contained in:
Martin Mohring 2009-05-09 16:48:36 +00:00
parent 1bb63e4ab7
commit aa9f93b851

View File

@ -26,7 +26,7 @@ class build_osc(distutils.command.build.build, object):
def run(self):
super(build_osc, self).run()
self.build_man_page()
#self.build_man_page()
setup(name='osc',
version=osc.core.__version__,
@ -41,7 +41,7 @@ setup(name='osc',
packages=['osc', 'osc.util'],
scripts=['osc_hotshot.py', 'osc-wrapper.py'],
data_files=[(os.path.join('share','man','man1'), [os.path.join('build', 'osc.1.gz')])],
#data_files=[(os.path.join('share','man','man1'), [os.path.join('build', 'osc.1.gz')])],
# Override certain command classes with our own ones
cmdclass = {