From b2418af25822c7046764688a14a8a2e2c3ebc2eb Mon Sep 17 00:00:00 2001 From: Andreas Proschofsky Date: Wed, 30 Mar 2005 10:17:17 +0000 Subject: simplify menu entry installation and fix problems with newer findutils Package-Manager: portage-2.0.51.19 --- app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-office/openoffice/files') diff --git a/app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3 b/app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3 index ea1be9d0765f..c12d92e91bd1 100644 --- a/app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3 +++ b/app-office/openoffice/files/1.1.4/ooffice-wrapper-1.3 @@ -86,7 +86,7 @@ fi # Default font path. This is used if SAL_FONTPATH_PRIVATE is not defined. GENTOO_FONTPATH="" -for d in `find /usr/share/fonts -type d -maxdepth 1 -mindepth 1` ; do +for d in `find /usr/share/fonts -maxdepth 1 -mindepth 1 -type d` ; do GENTOO_FONTPATH="$GENTOO_FONTPATH;$d" done -- cgit v1.2.3-65-gdbad