diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2006-05-22 15:29:12 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2006-05-22 15:29:12 +0000 |
commit | da5239675f8c3c224452af459c16a52402cc8c44 (patch) | |
tree | c9e987f3f036154c66c4baac8df39b350d83173a /editors/openoffice.org-2.0 | |
parent | 191664aaaf20b8e83d29444a0eb7dfa886985d88 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-2.0')
-rw-r--r-- | editors/openoffice.org-2.0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile index fef60b1fd2cf..c1ff3958681b 100644 --- a/editors/openoffice.org-2.0/Makefile +++ b/editors/openoffice.org-2.0/Makefile @@ -259,7 +259,7 @@ post-install: for file in `cd ${ICONS}/hicolor/$${dir}/mimetypes; ls *.png`; do \ ${CP} ${ICONS}/hicolor/$${dir}/mimetypes/$${file} \ ${PREFIX}/share/icons/hicolor/$${dir}/mimetypes/ ; \ - ${PRINTF} "share/icons/hiclor/$${dir}/mimetypes/$${file}\n" >> ${TMPPLIST} ; \ + ${PRINTF} "share/icons/hicolor/$${dir}/mimetypes/$${file}\n" >> ${TMPPLIST} ; \ done ; \ done @cd ${PREFIX} ; ${FIND} -s bin -type f | ${GREP} ${EXECBASE} >> ${TMPPLIST} |