summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Chen2021-07-09 13:46:41 +0800
committerJack Chen2021-07-09 13:46:41 +0800
commit4d0865d102e7f22aa934e5e25131499893d4397e (patch)
tree410b662da3e195c0aee104694117cf392cf3dd6a /PKGBUILD
parent6eda0c121d1114aafb3f60b77bebd8ac36a9bca4 (diff)
downloadaur-rime-jyutgaan.tar.gz
fix installation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dde41daf901a..ed83c92e888c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,5 +17,5 @@ sha512sums=('43bcf7185d6790b2c066fc0c68c1ae717d2ec76c0ed6cb5c0c12215e53a1cd2f5ed
package() {
cd "$pkgname-$_commit"
- install -Dm644 jyutgaan.schema.yaml -t "$pkgdir/usr/share/rime-data/jyutgaan.schema.yaml"
+ install -Dm644 jyutgaan.schema.yaml "$pkgdir/usr/share/rime-data/jyutgaan.schema.yaml"
}