add vendor data

This commit is contained in:
Benjamin Dauvergne 2010-11-26 23:08:45 +00:00
parent 9b3103b96f
commit 4d4f2888e7
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ distutils.core.setup(
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/qommon/', 'data/qommon/') + \
data_tree('share/authentic/vendor/', 'data/vendor/')
)
if local_cfg: