forked from pool/hollywood
c15834e631
- 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
14 lines
327 B
Diff
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
|