summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAttenuation2019-05-25 21:15:45 +0800
committerAttenuation2019-05-25 21:15:45 +0800
commit127ab6c13e329298c24d5befbad5085aeadd4d66 (patch)
tree5222eb80b80ec5abddc05d4440564af58f0152a5
parent6b1be3d8ae55353ff6e7a687921d6335ffd2463f (diff)
downloadaur-kytan-git.tar.gz
fix error
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 774a975e2741..160bc73c1b5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,5 +18,5 @@ build() {
package() {
cd "$pkgname"
- install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
-} \ No newline at end of file
+ install -Dm755 target/release/kytan "$pkgdir/usr/bin/kytan"
+}