|
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 |