From 70676be2792c7630f52bd8793ebe9ea45a8b8232 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 20:59:28 +0300 Subject: [PATCH] protonup-qt --- protonup-qt/lure.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 871ad9c..3d7874a 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -20,8 +20,6 @@ cd "${srcdir}" } package() { -install -Dm755 "${version}" "${pkgdir}/usr/bin/${name}" -install -Dm644 "${name}.desktop" -t "${pkgdir}/usr/share/applications/" -install -Dm644 "${name}.png" -t "${pkgdir}/usr/share/pixmaps" -install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${name}/" +install -Dm755 "" "${pkgdir}/usr/bin/${name}" + }