From 9e99c5915b4565027494a90ea3a17cdb96eba529 Mon Sep 17 00:00:00 2001 From: mbr Date: Tue, 8 Apr 2003 23:26:50 +0000 Subject: Install the dictionaries world readable. --- editors/ooodict-all/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors/ooodict-all') diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index a71b530daaf8..1924e7db8a07 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -105,6 +105,8 @@ post-install: ${ECHO_CMD} "DICT $${LANGUAGE} $${COUNTRY} $${ABRV}" >> ${DICT_LIST_INST} ; \ cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type f | \ ${GREP} $${LANGUAGE}_$${COUNTRY} >> ${TMPPLIST} ; \ + cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type f | \ + ${GREP} $${LANGUAGE}_$${COUNTRY} | xargs chmod 755 ; \ ${ECHO} "@unexec ${CP} ${DICT_LIST} \ ${DICT_LIST}.$${LANGUAGE}_$${COUNTRY}" >> ${TMPPLIST} ; \ ${ECHO} "@unexec \ @@ -162,6 +164,8 @@ post-install: ${ECHO_CMD} "HYPH $${LANGUAGE} $${COUNTRY} hyph_$${ABRV}" >> ${DICT_LIST_INST} ; \ cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type f | \ ${GREP} hyph_$${ABRV}.dic >> ${TMPPLIST} ; \ + cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type f | \ + ${GREP} hyph_$${ABRV}.dic | xargs chmod 755 ; \ ${ECHO} "@unexec ${CP} ${DICT_LIST} \ ${DICT_LIST}.hyph_$${LANGUAGE}_$${COUNTRY}" >> ${TMPPLIST} ; \ ${ECHO} "@unexec \ -- cgit