again
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 25 Jan 2012 20:11:02 +0000 (21:11 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 25 Jan 2012 20:11:02 +0000 (21:11 +0100)
setup.py

index f49ab7c..9899685 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -64,8 +64,8 @@ data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml',
                ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')),
                ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')),
                ('/etc/init.d/', [ "init.d/%s"%x for x in initscripts ]),
-               ('/usr/share/sfa/migrations', [ glob('sfa/storage/migrations/*') ] ),
-               ('/usr/share/sfa/migrations/versions', [ glob('sfa/storage/migrations/versions/*') ] ),
+               ('/usr/share/sfa/migrations', glob('sfa/storage/migrations/*') ),
+               ('/usr/share/sfa/migrations/versions', glob('sfa/storage/migrations/versions/*') ),
                ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) + [ 'cron.d/sfa.cron' ] ),
               ]