diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 22:02:40 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-11 22:02:40 +0000 |
commit | d7729029946df8b975b0d8393d5dc3b58d7547d9 (patch) | |
tree | 74750ce4b958a1b9c22cc2287bc0860d72d69d5f | |
parent | Simplify. Add DICT_LIST and DICT_PATH variables. (diff) |
Match Symlink too in find.
Notes
Notes:
svn path=/head/; revision=64389
-rw-r--r-- | editors/ooodict-all/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index a413451acabb..697d5908ada6 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -111,6 +111,8 @@ post-install: ${ECHO_CMD} "DICT $$LANGUAGE AT $${ABRV}" >> ${DICT_LIST} ; \ cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type f | \ ${GREP} $${LANGUAGE}_AT >> ${TMPPLIST} ; \ + cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type l | \ + ${GREP} $${LANGUAGE}_AT >> ${TMPPLIST} ; \ ${ECHO} "@unexec ${CP} ${DICT_LIST} \ ${DICT_LIST}.$${LANGUAGE}_AT" >> ${TMPPLIST} ; \ ${ECHO} "@unexec \ |