Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
fix: chmod +x mozc_server
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Oct 26, 2024
1 parent 45b9051 commit 5c98106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mozc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ for file in libmozc-$ARCH.so mozc_server-$ARCH mozc-addon.conf mozc.conf; do
done
cp $CACHE_DIR/libmozc-$ARCH.so $DESTDIR$INSTALL_PREFIX/lib/fcitx5/libmozc.so
cp $CACHE_DIR/mozc_server-$ARCH $DESTDIR$INSTALL_PREFIX/lib/mozc/mozc_server
chmod +x $DESTDIR$INSTALL_PREFIX/lib/mozc/mozc_server
cp $CACHE_DIR/mozc-addon.conf $DESTDIR$INSTALL_PREFIX/share/fcitx5/addon/mozc.conf
cp $CACHE_DIR/mozc.conf $DESTDIR$INSTALL_PREFIX/share/fcitx5/inputmethod/mozc.conf

Expand Down

0 comments on commit 5c98106

Please sign in to comment.