summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-01-04 18:05:46 +0800
committerzxp198210052024-01-04 18:05:46 +0800
commit3f4612f6b9de9a8d9d57b1c6a20ec8dc7815464f (patch)
treef709e0665eedc4c7469f8e603973f16a0b57ef2f /PKGBUILD
parent9d8c9049bc64ec05cdf29736248db8f339f9ca2f (diff)
downloadaur-3f4612f6b9de9a8d9d57b1c6a20ec8dc7815464f.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6b524a12e4a..72b6c6fd50ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ sha256sums=('39943b2ce2f0232e112d14f4f39ec0008ef71d435246067692ba6dc574298337'
'459af2e36090998e7807b1d2a5b8d6a381bf94b69cbd2ec68e7943a09e2ce1e2'
'1134757ac7b3db89209a87f9689cdfe30da93a647c1e468b95fc26384e2f958b')
build() {
- gendesk -q -f -n --pkgname "${_pkgname//_/-}-bin" --categories "Utility" --name "${pkgname%-bin}" --exec "${pkgname%-bin}"
+ gendesk -q -f -n --pkgname "${_pkgname//_/-}-bin" --categories "Utility" --name "${pkgname%-bin}" --exec "${pkgname%-bin} %U"
}
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"