[setup] data/ is /usr/share/authentic

This commit is contained in:
Benjamin Dauvergne 2011-05-06 14:32:04 +00:00
parent ba7609030e
commit e74a860f6a
1 changed files with 1 additions and 4 deletions

View File

@ -33,10 +33,7 @@ distutils.core.setup(
'authentic.external.qommon.vendor', 'authentic.schemas'],
cmdclass = {'build_py': qx_build_py},
scripts = ['authenticctl.py'],
data_files = data_tree('share/authentic/web/', 'data/web/') + \
data_tree('share/authentic/themes/', 'data/themes/') + \
data_tree('share/authentic/qommon/', 'data/qommon/') + \
data_tree('share/authentic/vendor/', 'data/vendor/')
data_files = data_tree('share/authentic/', 'data/')
)
if local_cfg: