diff options
author | mbr <mbr@FreeBSD.org> | 2003-04-09 07:26:50 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-04-09 07:26:50 +0800 |
commit | 9e99c5915b4565027494a90ea3a17cdb96eba529 (patch) | |
tree | ecc451e1fdc4e9ad0e8410b5df2bda9538734711 /editors | |
parent | 42de40cf4d6a62e7dc62f2cb9b01ee8ea18b19b4 (diff) | |
download | freebsd-ports-gnome-9e99c5915b4565027494a90ea3a17cdb96eba529.tar.gz freebsd-ports-gnome-9e99c5915b4565027494a90ea3a17cdb96eba529.tar.zst freebsd-ports-gnome-9e99c5915b4565027494a90ea3a17cdb96eba529.zip |
Install the dictionaries world readable.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ooodict-all/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |