diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-10-27 16:42:24 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-10-27 16:42:24 +0000 |
commit | fb3f6dc4edf7770fcc3d536fa54938ea52601988 (patch) | |
tree | 46cc19dea05a71234f125eafaa1d9c6e717d8a0d /japanese/sj3 | |
parent | +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% (diff) |
Use correct syntax for chown (bin.bin -> bin:bin).
PR: ports/43578
Submitted by: TOMITA Yoshinori <yoshint@hotmail.com>
Diffstat (limited to 'japanese/sj3')
-rw-r--r-- | japanese/sj3/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/sj3/pkg-install b/japanese/sj3/pkg-install index f93fb1a1ca9c..9e7612853d21 100644 --- a/japanese/sj3/pkg-install +++ b/japanese/sj3/pkg-install @@ -4,7 +4,7 @@ case $2 in POST-INSTALL) dic="${PKG_PREFIX}/lib/sj3/dict/user" mkdir -p $dic - chown bin.bin $dic + chown bin:bin $dic ;; esac |