From 07c55dad8a1fda7e457e26e852a0f692c0347a63 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 29 Dec 2000 11:48:13 +0000 Subject: [PATCH] now servers.txt and urls_or_uris.db are 666 --- helm/configuration/Makefile.in | 4 +++- helm/configuration/helm_configuration-0.0.1-1.spec | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/helm/configuration/Makefile.in b/helm/configuration/Makefile.in index 8f86273e1..f973fd729 100644 --- a/helm/configuration/Makefile.in +++ b/helm/configuration/Makefile.in @@ -8,13 +8,15 @@ install: mkdir -p $(HELM_LIB_DIR) mkdir -p $(HELM_ETC_DIR) mkdir -p $(CONFIGURATION_HELM_DIR) - chmod 1777 $(CONFIGURATION_HELM_DIR) + chmod 777 $(CONFIGURATION_HELM_DIR) mkdir -p $(CONFIGURATION_DTD_DIR) cp lib/configuration.pl $(HELM_LIB_DIR) cp etc/configuration.dtd etc/configuration.xml etc/helm-dictionary.xml \ etc/helm-font-configuration.xml etc/helm-math-engine-configuration.xml\ $(HELM_ETC_DIR) cp library/servers.txt library/urls_of_uris.db $(HELM_LIBRARY_DIR) + chmod 666 $(HELM_LIBRARY_DIR)/servers.txt \ + $(HELM_LIBRARY_DIR)/urls_of_uris.db distclean: rm -f Makefile configure config.log config.cache config.status \ diff --git a/helm/configuration/helm_configuration-0.0.1-1.spec b/helm/configuration/helm_configuration-0.0.1-1.spec index 8c1ce72ed..d9ad640d8 100644 --- a/helm/configuration/helm_configuration-0.0.1-1.spec +++ b/helm/configuration/helm_configuration-0.0.1-1.spec @@ -33,8 +33,8 @@ make install /usr/local/etc/helm/configuration.xml /usr/local/etc/helm/helm-math-engine-configuration.xml /usr/local/etc/helm/helm-dictionary.xml -/usr/local/var/helm/servers.txt -/usr/local/var/helm/urls_of_uris.db +%attr(666,root,root) /usr/local/var/helm/servers.txt +%attr(666,root,root) /usr/local/var/helm/urls_of_uris.db %dir /usr/local/var/helm/library %dir /usr/local/share/helm/dtd -- 2.39.2