X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=c1e845324a5367815f648447a07989010960fa0a;hb=862dfa7f7b8cce8c17e80c42aedd8d500ea86cb6;hp=6f3025701bab5e2799543b433c2e3e2bcd755a35;hpb=5b8f48a96358adf30514133504eff9f214cefc12;p=sfa.git diff --git a/setup.py b/setup.py index 6f302570..c1e84532 100755 --- a/setup.py +++ b/setup.py @@ -64,6 +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/examples/', glob('sfa/examples/*' ) + [ 'cron.d/sfa.cron' ] ), ]