summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Stepanov Aleksey <blueingreen@bluig.xyz>2025-06-14 23:49:17 +0500
committerLibravatar Stepanov Aleksey <blueingreen@bluig.xyz>2025-06-14 23:49:17 +0500
commit25eb1e5e47130cecb13f7b008171189f2e783a4f (patch)
tree61b94eba4ebbcf753ce33fc1dfbb121d63209a2c
parenta68756aabcd600745241be8593854be73fe62e80 (diff)
fix PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2d07ae..7b42ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,5 +28,5 @@ package() {
cd "${_pkgname}"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
- install -Dm755 fzf-vjour "$pkgdir/usr/bin/fzf-vjour"
+ install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
}