summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
Diffstat (limited to 'japanese')
-rw-r--r--japanese/linux-ttfonts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/linux-ttfonts/Makefile b/japanese/linux-ttfonts/Makefile
index a22828b9dafb..1938163fec42 100644
--- a/japanese/linux-ttfonts/Makefile
+++ b/japanese/linux-ttfonts/Makefile
@@ -25,6 +25,7 @@ pre-install:
cd ${WRKSRC}/tmp; \
rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \
${FIND} * -type f -o -type l > ${PLIST}; \
- ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+ ${FIND} -d * -type d | ${GREP} ja | ${SED} -e 's:^:@dirrm :' \
+ >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"