diff options
author | denise.eckstein <denise.eckstein> | 2007-09-11 18:57:45 +0000 |
---|---|---|
committer | denise.eckstein <denise.eckstein> | 2007-09-11 18:57:45 +0000 |
commit | 07688e2c69c3f0c3f8fd31ed541b5f66525cf97f (patch) | |
tree | c1a0357fb7e3b29b4dd0e2585358ed637965e2dd /Makefile.Release | |
parent | 189be571b4671bea3f472d8fa9e3cc7b9d49c125 (diff) | |
download | tog-pegasus-07688e2c69c3f0c3f8fd31ed541b5f66525cf97f.zip tog-pegasus-07688e2c69c3f0c3f8fd31ed541b5f66525cf97f.tar.gz tog-pegasus-07688e2c69c3f0c3f8fd31ed541b5f66525cf97f.tar.xz |
BUG#:6917
TITLE: Permissions of admin man pages should be consistent with executable permissions
DESCRIPTION: Change admin man page permissions from 640 to 644.
Diffstat (limited to 'Makefile.Release')
-rw-r--r-- | Makefile.Release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.Release b/Makefile.Release index 1f56a37..8063628 100644 --- a/Makefile.Release +++ b/Makefile.Release @@ -1341,7 +1341,7 @@ _append_filesSectionToSpecFile: FORCE "$(PEGASUS_SCRIPT_DIR)/*" >> $(PEGASUS_RPM_SPEC_FILE_PATH) @$(ECHO-E) "%attr($(Prw_r__r__),$(INSTALL_USR),$(INSTALL_GRP))" \ "$(PEGASUS_MANUSER_DIR)/*" >> $(PEGASUS_RPM_SPEC_FILE_PATH) - @$(ECHO-E) "%attr($(Prw_r_____),$(INSTALL_USR),$(INSTALL_GRP))" \ + @$(ECHO-E) "%attr($(Prw_r__r__),$(INSTALL_USR),$(INSTALL_GRP))" \ "$(PEGASUS_MANADMIN_DIR)/*" >> $(PEGASUS_RPM_SPEC_FILE_PATH) @$(ECHO-E) "" >> $(PEGASUS_RPM_SPEC_FILE_PATH) @$(foreach i, $(PEGASUS_DOC_FILES), \ |