From e74a860f6abf01ceba4b31c3635122814990ceec Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 6 May 2011 14:32:04 +0000 Subject: [PATCH] [setup] data/ is /usr/share/authentic --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index b89fe44..b0f1e04 100644 --- a/setup.py +++ b/setup.py @@ -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: