oops
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 18 Jan 2013 12:19:54 +0000 (13:19 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 18 Jan 2013 12:19:54 +0000 (13:19 +0100)
setup.py

index 0282fb0..e055790 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ packages = [
     ]
 
 initscripts = [ 'sfa' ]
-if not os.isfile('/etc/redhat-release'): initscripts.append('functions.sfa')
+if not os.path.isfile('/etc/redhat-release'): initscripts.append('functions.sfa')
 
 data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml',
                               'config/registries.xml',