summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChenx Dust2023-09-05 21:37:52 +0800
committerChenx Dust2023-09-05 21:37:52 +0800
commit3f6dfdae83831a58f6d1b4b9b7cda57917f6078b (patch)
treea7b9920df361a8e46195c0acc652465209bf2c33
parent0ef8d9a874ca6a8302caa25794246d8705d29752 (diff)
downloadaur-3f6dfdae83831a58f6d1b4b9b7cda57917f6078b.tar.gz
fix: Fix an critical naming mistake, sorry for it
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 575509be68de..2e98b095a881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,7 +42,7 @@ sha256sums_aarch64=('0de2ec6748d0c5657cf7cf998596cc12de92907be86c3f7e0839e2548a4
package() {
cd "${srcdir}"
- install -Dm755 "${pkgname}-${CARCH}-v${pkgver}" "${pkgdir}/usr/bin/clash-meta"
+ install -Dm755 "${pkgname}-${CARCH}-${pkgver}.gz" "${pkgdir}/usr/bin/clash-meta"
install -Dm644 "config.yaml" "${pkgdir}/etc/clash-meta/config.yaml"
install -Dm644 "clash-meta.service" "${pkgdir}/usr/lib/systemd/system/clash-meta.service"
install -Dm644 "clash-meta@.service" "${pkgdir}/usr/lib/systemd/system/clash-meta@.service"