aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-02-24 00:25:49 +0800
committerYen-Ming Lee <leeym@FreeBSD.org>2003-02-24 00:25:49 +0800
commitde70808b3b7448e737cb20fe0a6a7f8594bb352b (patch)
tree674b1655ee4fae29f7212f35fa85d0cc5fb8de3b /japanese
parent60aefd7be6a4a7d7fa228126c4e22db7268dc6d4 (diff)
downloadfreebsd-ports-de70808b3b7448e737cb20fe0a6a7f8594bb352b.tar.gz
freebsd-ports-de70808b3b7448e737cb20fe0a6a7f8594bb352b.tar.zst
freebsd-ports-de70808b3b7448e737cb20fe0a6a7f8594bb352b.zip
correct syntax of chown
PR: 48515 Submitted by: Akihiro IIJIMA <aki@bsdclub.org> Approved by: markp (MAINTAINER)
Notes
Notes: svn path=/head/; revision=76278
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Wnn6/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/Wnn6/pkg-install b/japanese/Wnn6/pkg-install
index b75a9e819687..2305c33b387d 100644
--- a/japanese/Wnn6/pkg-install
+++ b/japanese/Wnn6/pkg-install
@@ -192,7 +192,7 @@ POST-INSTALL)
echo 'esac' >> ${startup_script};
echo 'exit 0' >> ${startup_script};
chmod 755 ${startup_script}
- chown bin.bin ${startup_script}
+ chown bin:bin ${startup_script}
fi
;;
esac