diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-01 16:01:03 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-01 17:11:38 +0100 |
commit | 521cb9ea33455efb81c012746c4803479c662169 (patch) | |
tree | 31a02b307ca9cd53104eebcfb5713a7ad82a2fa5 /pcr/plymouth/plymouth.initcpio_install | |
parent | c2c2ccd0a2156cb401f16bb6d819419e0fa9b06f (diff) | |
download | abslibre-521cb9ea33455efb81c012746c4803479c662169.tar.gz abslibre-521cb9ea33455efb81c012746c4803479c662169.tar.bz2 abslibre-521cb9ea33455efb81c012746c4803479c662169.zip |
pcr/plymouth: updated to 0.9.3
Diffstat (limited to 'pcr/plymouth/plymouth.initcpio_install')
-rw-r--r-- | pcr/plymouth/plymouth.initcpio_install | 7 |
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 |