diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-15 13:12:58 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-15 13:12:58 +0000 |
commit | 1c93e9533df81f88c56e614a0bc85948d23700eb (patch) | |
tree | a33b55b3cbce8b0488545daef84d8177f86c8121 /chinese/CJK | |
parent | a6550715580f6e2a3507917a22d398ca334f9870 (diff) | |
download | FreeBSD-ports-1c93e9533df81f88c56e614a0bc85948d23700eb.zip FreeBSD-ports-1c93e9533df81f88c56e614a0bc85948d23700eb.tar.gz |
chown user:group, not user.group
Diffstat (limited to 'chinese/CJK')
-rw-r--r-- | chinese/CJK/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/CJK/files/patch-aa b/chinese/CJK/files/patch-aa index 61c487f..5f35dea 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 $@ |