summarylogtreecommitdiffstats
path: root/enable-fcitx5.sh
diff options
context:
space:
mode:
authorstar20002020-07-04 12:52:27 +0800
committerstar20002020-07-04 12:52:27 +0800
commit3784ed76c0311174e06b0e1eb8ff5f003d8ca58b (patch)
tree74b63d7bd9322be50cdaf58e48a4e4e25a18aba3 /enable-fcitx5.sh
parentdbd784fe757a875d5e2724be3d470e1d1d8e5a63 (diff)
downloadaur-3784ed76c0311174e06b0e1eb8ff5f003d8ca58b.tar.gz
修复路径
Diffstat (limited to 'enable-fcitx5.sh')
-rw-r--r--enable-fcitx5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/enable-fcitx5.sh b/enable-fcitx5.sh
index bcf4fde6eb14..baea9437f99d 100644
--- a/enable-fcitx5.sh
+++ b/enable-fcitx5.sh
@@ -5,5 +5,5 @@ export QT_IM_MODULE=$im
export XMODIFIERS=@im=$im
if [ ! -e ~/.config/fcitx5/profile ]; then
- install -D /usr/share/manjaro-asian-input-support-fcitx5/profile ~/.config/fcitx5/profile
+ install -D /usr/share/fcitx5-input-support/profile ~/.config/fcitx5/profile
fi