SHA256
1
0
forked from pool/hollywood
hollywood/libexec_fix.patch
Sebastian Wagner c15834e631 Accepting request 905612 from home:jonapap
- Add libexec_fix.patch
  * Seems without this patch, this package is unusable. On my machine, it tried to access some executables under /usr/lib, while they are installed under /usr/libexc. Maybe it's related to UsrMerge?

OBS-URL: https://build.opensuse.org/request/show/905612
OBS-URL: https://build.opensuse.org/package/show/utilities/hollywood?expand=0&rev=22
2021-07-11 07:45:14 +00:00

14 lines
327 B
Diff

Index: bin/hollywood
===================================================================
--- bin/hollywood.orig
+++ bin/hollywood
@@ -43,7 +43,7 @@ spin_up() {
done
}
-WIDGET_DIR="$(dirname $0)/../lib/$PKG"
+WIDGET_DIR="$(dirname $0)/../libexec/$PKG"
SPLITS=$(ls "$WIDGET_DIR" | wc -l)
DELAY=10
while [ ! -z "$1" ]; do