summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhriedplanck2020-06-18 23:32:06 +0800
committerwhriedplanck2020-06-18 23:32:06 +0800
commitb223478204c3936f00ca58dad333f9d4d0b534c8 (patch)
tree7eda1a5b7f928ed4fdd89188b77151ab6b70b262
parentd64415640096fabc777b5e8e5c6a615dcc04494e (diff)
downloadaur-b223478204c3936f00ca58dad333f9d4d0b534c8.tar.gz
fix a issue
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41f09e21e379..58569d6d0c52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ package() {
cd $_variant_name-$_commit
install -Dm644 arrow.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/arrow.png
install -Dm644 highlight.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/highlight.png
- install -Dm644 input_panel.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/panel-origin.png
- install -Dm644 panel.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/panel-round.png
+ install -Dm644 input_panel.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/input_panel.png
+ install -Dm644 panel.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/panel.png
install -Dm644 radio.png "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/radio.png
install -Dm644 theme.conf "$pkgdir"/usr/share/fcitx5/themes/$_variant_name/theme.conf