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