From 0385562b0f9bd5d23a48d1d6c782e63b03554b5b Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 25 Jan 2012 21:09:27 +0100 Subject: [PATCH] tentatively fix packaging --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d98a1ed0..f49ab7cc 100755 --- 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', [ 'sfa/storage/migrations/*' ] ), - ('/usr/share/sfa/migrations/versions', [ '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' ] ), ] -- 2.43.0