diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-10 19:24:13 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-10 19:24:13 +0000 |
commit | dc953ec88faa0301823a37c8f2e8c613b64900f7 (patch) | |
tree | e4204f0b208fc172fb387533fb92e7a5124e120b /inputmethod/sj3-dict/INSTALL | |
parent | 576b9a9ea2cc81026689f28a26b612b039e689b4 (diff) | |
download | pkgsrc-dc953ec88faa0301823a37c8f2e8c613b64900f7.tar.gz |
Use the pkginstall framework to generate the INSTALL script instead.
Diffstat (limited to 'inputmethod/sj3-dict/INSTALL')
-rw-r--r-- | inputmethod/sj3-dict/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputmethod/sj3-dict/INSTALL b/inputmethod/sj3-dict/INSTALL index fc05b7f61f5..5cdccc89f20 100644 --- a/inputmethod/sj3-dict/INSTALL +++ b/inputmethod/sj3-dict/INSTALL @@ -5,6 +5,6 @@ case $2 in dic="${PKG_PREFIX}/sj3/user" mkdir -p $dic chmod 755 $dic - chown ${SJ3OWNER}.${SJ3GROUP} $dic + chown @SJ3OWNER@:@SJ3GROUP@ $dic ;; esac |