install default config read-only
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Jan 2010 09:27:07 +0000 (09:27 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Jan 2010 09:27:07 +0000 (09:27 +0000)
Makefile

index a6965bb..ff7e7f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ python:
 
 python-install:
        python setup.py install --root=$(DESTDIR)
+       chmod 444 $(DESTDIR)/etc/sfa/default_config.xml
 
 python-clean:
        python setup.py clean