0268c82d1b
Updated to recent git OBS-URL: https://build.opensuse.org/request/show/222597 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=134
14 lines
669 B
Diff
14 lines
669 B
Diff
--- scripts/plymouth-populate-initrd.in 2012-08-21 01:25:52.000000000 +0200
|
|
+++ scripts/plymouth-populate-initrd.in 2012-11-01 18:27:22.760029873 +0100
|
|
@@ -372,8 +372,8 @@
|
|
[ -z "$INITRDDIR" ] && usage error
|
|
|
|
mkdir -p ${INITRDDIR}${PLYMOUTH_DATADIR}/plymouth/themes
|
|
-inst ${PLYMOUTH_DAEMON_PATH} $INITRDDIR
|
|
-inst ${PLYMOUTH_CLIENT_PATH} $INITRDDIR
|
|
+inst ${PLYMOUTH_DAEMON_PATH} $INITRDDIR /usr/sbin/plymouthd
|
|
+inst ${PLYMOUTH_CLIENT_PATH} $INITRDDIR /usr/bin/plymouth
|
|
inst ${PLYMOUTH_DATADIR}/plymouth/themes/text/text.plymouth $INITRDDIR
|
|
inst ${PLYMOUTH_PLUGIN_PATH}/text.so $INITRDDIR
|
|
inst ${PLYMOUTH_DATADIR}/plymouth/themes/details/details.plymouth $INITRDDIR
|