File fix_binary_path.patch of Package nextcloud-notify-push
Index: notify_push-0.2.4/lib/BinaryFinder.php
===================================================================
--- notify_push-0.2.4.orig/lib/BinaryFinder.php
+++ notify_push-0.2.4/lib/BinaryFinder.php
@@ -38,6 +38,6 @@ class BinaryFinder {
public function getBinaryPath(): string {
$basePath = realpath(__DIR__ . '/../bin/');
$arch = $this->getArch();
- return "$basePath/$arch/notify_push";
+ return "/usr/sbin/nextcloud-notify-push";
}
}