Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 582390
Collapse All | Expand All

(-)a/home/geekmagus/Desktop/o/plymouth-populate-initrd (-2 / +2 lines)
Lines 372-379 done Link Here
372
[ -z "$INITRDDIR" ] && usage error
372
[ -z "$INITRDDIR" ] && usage error
373
373
374
mkdir -p ${INITRDDIR}${PLYMOUTH_DATADIR}/plymouth/themes
374
mkdir -p ${INITRDDIR}${PLYMOUTH_DATADIR}/plymouth/themes
375
inst ${PLYMOUTH_DAEMON_PATH} $INITRDDIR /sbin/plymouthd
375
inst ${PLYMOUTH_DAEMON_PATH} $INITRDDIR /usr/sbin/plymouthd
376
inst ${PLYMOUTH_CLIENT_PATH} $INITRDDIR /bin/plymouth
376
inst ${PLYMOUTH_CLIENT_PATH} $INITRDDIR /usr/bin/plymouth
377
inst ${PLYMOUTH_DATADIR}/plymouth/themes/text/text.plymouth $INITRDDIR
377
inst ${PLYMOUTH_DATADIR}/plymouth/themes/text/text.plymouth $INITRDDIR
378
inst ${PLYMOUTH_PLUGIN_PATH}/text.so $INITRDDIR
378
inst ${PLYMOUTH_PLUGIN_PATH}/text.so $INITRDDIR
379
inst ${PLYMOUTH_DATADIR}/plymouth/themes/details/details.plymouth $INITRDDIR
379
inst ${PLYMOUTH_DATADIR}/plymouth/themes/details/details.plymouth $INITRDDIR

Return to bug 582390