('/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/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' ] ),
               ]