install default config read-only
[sfa.git] / Makefile
index 547fcf7..ff7e7f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,7 @@
 DESTDIR="/"
 
 ##########
-#all: keyconvert python wsdl
-# turn off wsdl generation until it is fixed
-all: keyconvert python
+all: keyconvert python wsdl
 
 install: keyconvert-install python-install wsdl-install
 
@@ -32,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