summaryrefslogtreecommitdiff
path: root/chinese/CJK
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-15 13:12:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-11-15 13:12:58 +0000
commite1b7e5c03a658d85d2efd00dcaf2d16280f03781 (patch)
tree6fb5ca8246f6fe04b4d905a5fdee493b1526ba10 /chinese/CJK
parentAdd Jasper - a reference implementation of the image codec specified in the (diff)
chown user:group, not user.group
Notes
Notes: svn path=/head/; revision=50066
Diffstat (limited to 'chinese/CJK')
-rw-r--r--chinese/CJK/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/CJK/files/patch-aa b/chinese/CJK/files/patch-aa
index 61c487fa3d61..5f35deab848f 100644
--- a/chinese/CJK/files/patch-aa
+++ b/chinese/CJK/files/patch-aa
@@ -21,7 +21,7 @@
+ (rm -fr $(CJK_DIR)); && \
+ (mkdir -p $(CJK_DIR)); && \
+ ($(CP) -R texinput/* $(CJK_DIR)); && \
-+ ($(CHOWN) -R $(SHAREOWN).$(SHAREGRP) $(CJK_DIR))
++ ($(CHOWN) -R $(SHAREOWN):$(SHAREGRP) $(CJK_DIR))
+
+clean:
+ $(MAKE) -C utils $@