From 1f6921108689a2454a55e277972d7310c6d0189f Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 19:40:04 +0300 Subject: [PATCH] 1 --- portproton/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index ad6896f..6b0af12 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -26,6 +26,7 @@ checksums=('SKIP' prepare() { cd "${srcdir}" sudo chmod +x ./postinstall.sh +./postinstall.sh } package() { @@ -33,5 +34,4 @@ install -Dm755 "PortProton_${version}" "${pkgdir}/usr/bin/${name}" install -Dm644 "./PortProton_PKGBUILD/${name}.desktop" -t "${pkgdir}/usr/share/applications/" install -Dm644 "./PortProton_PKGBUILD/${name}.png" -t "${pkgdir}/usr/share/pixmaps" install -Dm644 "./PortProton_PKGBUILD/LICENSE" -t "${pkgdir}/usr/share/licenses/${name}/" -./postinstall.sh }