diff options
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 |