From e63106b3f261a495130bc46015e447e5c04a562f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 5 Jan 2010 09:27:07 +0000 Subject: [PATCH] install default config read-only --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a6965bbe..ff7e7f3b 100644 --- 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 -- 2.43.0