diff options
author | mbr <mbr@FreeBSD.org> | 2002-08-12 06:02:40 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-08-12 06:02:40 +0800 |
commit | 82254ef6e9800b83119451782aa58a1f94291fdb (patch) | |
tree | c637187f07758225674a345aabc0ab1a39c989fd /editors/ooodict-all | |
parent | ef33e241dc746eee53ede7878c49c91b11768bcf (diff) | |
download | freebsd-ports-gnome-82254ef6e9800b83119451782aa58a1f94291fdb.tar.gz freebsd-ports-gnome-82254ef6e9800b83119451782aa58a1f94291fdb.tar.zst freebsd-ports-gnome-82254ef6e9800b83119451782aa58a1f94291fdb.zip |
Match Symlink too in find.
Diffstat (limited to 'editors/ooodict-all')
-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 \ |