X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=setup.py;h=3ccb93fcbe1d82aa30ad49fc00e48782892224b0;hb=bfcea75fd4f7d91b186f4f0e479db0e6f0a231ae;hp=87a45297d2d9ddfb949009cf7665f632c6eb6d44;hpb=bdc28a35d441e81301c4af5affec96942ba53360;p=sfa.git diff --git a/setup.py b/setup.py index 87a45297..3ccb93fc 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ bins = [ 'sfa/client/sfiAddAttribute.py', 'sfa/client/sfiDeleteAttribute.py', 'sfatables/sfatables', - 'keyconvert/keyconvert.py' + 'keyconvert/keyconvert.py', 'flashpolicy/sfa_flashpolicy.py', ] @@ -62,7 +62,7 @@ data_files = [('/etc/sfa/', [ 'config/aggregates.xml', 'sfa/trust/sig.xsd', 'sfa/trust/xml.xsd', 'sfa/trust/protogeni-rspec-common.xsd', - 'flash_policy/flashpolicy_config.xml', + 'flashpolicy/sfa_flashpolicy_config.xml', ]), ('/etc/sfatables/matches/', glob('sfatables/matches/*.xml')), ('/etc/sfatables/targets/', glob('sfatables/targets/*.xml')),