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:
B. Watson 2024-07-15 04:01:14 -04:00 committed by Willy Sudiarto Raharjo
parent 60ba0cfbf2
commit 5602def594
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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