diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-23 16:25:49 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-23 16:25:49 +0000 |
commit | de70808b3b7448e737cb20fe0a6a7f8594bb352b (patch) | |
tree | 674b1655ee4fae29f7212f35fa85d0cc5fb8de3b /japanese/Wnn6 | |
parent | 60aefd7be6a4a7d7fa228126c4e22db7268dc6d4 (diff) | |
download | ports-de70808b3b7448e737cb20fe0a6a7f8594bb352b.tar.gz ports-de70808b3b7448e737cb20fe0a6a7f8594bb352b.zip |
Notes
Diffstat (limited to 'japanese/Wnn6')
-rw-r--r-- | japanese/Wnn6/pkg-install | 2 |
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 |