From: Ray Strode Date: Wed, 11 Jun 2008 19:25:26 +0000 (-0400) Subject: create plugin directory before trying to install to it in populate script X-Git-Tag: 0.3.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6f43ed2655f31d2423f69a89df4e0731d2754f;p=thirdparty%2Fplymouth.git create plugin directory before trying to install to it in populate script --- diff --git a/scripts/plymouth-populate-initrd b/scripts/plymouth-populate-initrd index 39c5713a..2b64b3da 100755 --- a/scripts/plymouth-populate-initrd +++ b/scripts/plymouth-populate-initrd @@ -115,4 +115,6 @@ if [ ! -f ${LIBDIR}/plymouth/${PLUGIN_NAME}.so ]; then fi install -m755 ${LIBDIR}/plymouth/${PLUGIN_NAME}.so ${INITRDDIR}${LIBDIR}/plymouth +mkdir -p ${INITRDDIR}${DATADIR}/plymouth/${PLUGIN_NAME} +install -m644 ${DATADIR}/plymouth/${PLUGIN_NAME}/* ${INITRDDIR}${DATADIR}/plymouth/${PLUGIN_NAME} install -D -m644 ${DATADIR}/plymouth/${PLUGIN_NAME}/* ${INITRDDIR}${DATADIR}/plymouth/${PLUGIN_NAME}