mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 17:48:01 +02:00
create plugin directory before trying to install to it in populate script
This commit is contained in:
parent
2b1f1097fb
commit
3d6f43ed26
1 changed files with 2 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue