Files
packages-arch/plezy/0002-inproc-skip-crashpad-chmod.patch
KenwoodFox d5eb2f2045
Some checks failed
nightly-build / build (bacula) (push) Successful in 1m19s
nightly-build / build (fchat-horizon-appimage) (push) Successful in 47s
nightly-build / build (openrgb-git) (push) Failing after 44s
nightly-build / build (paru) (push) Successful in 55s
nightly-build / build (plezy) (push) Successful in 49s
nightly-build / build (qownnotes) (push) Successful in 52s
nightly-build / build (ventoy-bin) (push) Successful in 42s
nightly-build / build (visual-studio-code-bin) (push) Successful in 47s
more patches
2026-06-30 15:34:09 -04:00

16 lines
652 B
Diff

diff --git a/PKGBUILD b/PKGBUILD
index 1111111..2222222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,9 @@ package() {
install -Dm755 "build/linux/${FLUTTER_ARCH}/release/bundle/$pkgname" -t \
"$pkgdir/opt/$pkgname/"
cp -a build/linux/${FLUTTER_ARCH}/release/bundle/{data,lib} "$pkgdir/opt/$pkgname/"
- chmod 0755 "$pkgdir/opt/$pkgname/lib/crashpad_handler"
+ if [[ -f "$pkgdir/opt/$pkgname/lib/crashpad_handler" ]]; then
+ chmod 0755 "$pkgdir/opt/$pkgname/lib/crashpad_handler"
+ fi
install -Dm755 "linux/packaging/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "linux/packaging/com.edde746.$pkgname.desktop" -t \