summarylogtreecommitdiffstats
path: root/sd-plymouth.initcpio_install
diff options
context:
space:
mode:
Diffstat (limited to 'sd-plymouth.initcpio_install')
-rw-r--r--sd-plymouth.initcpio_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd-plymouth.initcpio_install b/sd-plymouth.initcpio_install
index fbae70000fc3..d26fa7e7f74f 100644
--- a/sd-plymouth.initcpio_install
+++ b/sd-plymouth.initcpio_install
@@ -36,7 +36,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
+ for x in ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}/* ${DATADIR}/plymouth/themes/${PLYMOUTH_THEME_NAME}/**/* ; do
[ ! -f "$x" ] && break
add_file $x
done