SHA256
1
0
forked from pool/plymouth
plymouth/plymouth-correct-runtime-dir.patch
Cliff Zhao 6a62597195 Accepting request 814727 from home:qzhao:branches:Base:System
Drop plymouth-only_use_fb_for_cirrus_bochs.patch: openSUSE user are using emu-5.0.0 on MacOS-X with HVF acceleration, the Plymouth theme with script module fails to go to graphic mode with this patch(boo#1172028).

OBS-URL: https://build.opensuse.org/request/show/814727
OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=261
2020-06-15 15:16:28 +00:00

14 lines
578 B
Diff

Index: plymouth-0.9.3+git20180807.7663b0c/configure.ac
===================================================================
--- plymouth-0.9.3+git20180807.7663b0c.orig/configure.ac 2018-08-07 17:41:15.000000000 +0200
+++ plymouth-0.9.3+git20180807.7663b0c/configure.ac 2018-08-17 19:58:07.106444425 +0200
@@ -150,7 +150,7 @@ if test x$with_system_root_install = xye
else
plymouthclientdir=$bindir
plymouthdaemondir=$sbindir
- plymouthruntimedir=$localstatedir/run/plymouth
+ plymouthruntimedir=/run/plymouth
fi
AC_SUBST(plymouthclientdir)
AC_SUBST(plymouthdaemondir)