X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup.py;h=9f68e18e9349af79ca9a86eb117381eefe8ea5cd;hb=90ab94deecf2371c199d56cd35f0fd4fd20233e4;hp=c0a8b9ed9e232405dbcdde47bd86409bcee137d1;hpb=cf630d87d633f3861e3ac8a50433fa29ca46a74e;p=sfa.git diff --git a/setup.py b/setup.py index c0a8b9ed..9f68e18e 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,9 @@ 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 ])] + ('/etc/init.d/', [ "init.d/%s"%x for x in initscripts ]), + ('/usr/share/sfa/', [ 'sfa/storage/sfa.sql' ] ), + ] # add sfatables processors as data_files processor_files = [f for f in glob('sfatables/processors/*') if os.path.isfile(f)]