mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/fcitx-mozc: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
60ba0cfbf2
commit
5602def594
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ install -m 644 data/installer/*.html "${PREFIX}/share/doc/mozc/"
|
|||
|
||||
for mofile in out_linux/${_bldtype}/gen/unix/fcitx/po/*.mo
|
||||
do
|
||||
filename=`basename $mofile`
|
||||
filename=$( basename $mofile )
|
||||
lang=${filename/.mo/}
|
||||
install -D -m 644 "$mofile" "${PREFIX}/share/locale/$lang/LC_MESSAGES/fcitx-mozc.mo"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue