From b057365c71bd2f9387e6ae35edb4fe0648cbc962 Mon Sep 17 00:00:00 2001 From: Enguerrand de Rochefort Date: Wed, 21 Mar 2018 20:44:25 +0100 Subject: [PATCH] elogind: ensure valid install_items syntax This ensures that arguments to install_items are space separated when more than one install_item is present in the dracut configuration. --- srcpkgs/elogind/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/elogind/template b/srcpkgs/elogind/template index e7726c1cdbe..ff317d6e9a1 100644 --- a/srcpkgs/elogind/template +++ b/srcpkgs/elogind/template @@ -52,7 +52,7 @@ post_install() { vinstall ./src/systemd/_sd-common.h 644 usr/include vinstall $FILESDIR/elogind.wrapper 755 usr/libexec/elogind vmkdir etc/dracut.conf.d - echo "install_items+=\"/usr/libexec/elogind/elogind-uaccess-command\"" >> ${DESTDIR}/etc/dracut.conf.d/elogind.conf + echo "install_items+=\" /usr/libexec/elogind/elogind-uaccess-command \"" >> ${DESTDIR}/etc/dracut.conf.d/elogind.conf } elogind-devel_package() {