summaryrefslogtreecommitdiff
path: root/pcr/plymouth/plymouth.initcpio_install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/plymouth/plymouth.initcpio_install')
-rw-r--r--pcr/plymouth/plymouth.initcpio_install7
1 files changed, 2 insertions, 5 deletions
diff --git a/pcr/plymouth/plymouth.initcpio_install b/pcr/plymouth/plymouth.initcpio_install
index 40838ac4f..f43797143 100644
--- a/pcr/plymouth/plymouth.initcpio_install
+++ b/pcr/plymouth/plymouth.initcpio_install
@@ -20,7 +20,7 @@ build() {
add_file "${PLYMOUTH_LOGO_FILE}"
add_file /etc/os-release
add_file /etc/plymouth/plymouthd.conf
- add_file ${DATADIR}/plymouth/plymouthd.defaults
+ add_file ${DATADIR}/plymouth/plymouthd.defaults
if [ ! -f ${PLYMOUTH_PLUGIN_PATH}/${PLYMOUTH_MODULE_NAME}.so ]; then
echo "The default plymouth plugin (${PLYMOUTH_MODULE_NAME}) doesn't exist" > /dev/stderr
@@ -33,10 +33,7 @@ build() {
add_binary ${PLYMOUTH_PLUGIN_PATH}/renderers/frame-buffer.so
if [ -d ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME} ]; then
- for x in ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}/* ; do
- [ ! -f "$x" ] && break
- add_file $x
- done
+ add_full_dir ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}
fi
add_file /usr/lib/udev/rules.d/70-uaccess.rules