X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=d98a1ed098e94ecd8112a66f7a17d1dde5f9886d;hb=b9ae62cc0463f168771bf3d4ebf348bb920acb4f;hp=033a7d4d5e771b52e8ac82d5fcc72787d8db6593;hpb=ee94570f05f27873ccc107f5755e1f76d5bdb0a5;p=sfa.git diff --git a/setup.py b/setup.py index 033a7d4d..d98a1ed0 100755 --- a/setup.py +++ b/setup.py @@ -64,7 +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/', [ 'sfa/storage/sfa.sql' ] ), + ('/usr/share/sfa/migrations', [ 'sfa/storage/migrations/*' ] ), + ('/usr/share/sfa/migrations/versions', [ 'sfa/storage/migrations/versions/*' ] ), ('/usr/share/sfa/examples/', glob('sfa/examples/*' ) + [ 'cron.d/sfa.cron' ] ), ]