diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-05-11 10:14:44 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-05-11 10:15:26 +0200 |
commit | 54c0cd52b68add1c9af84eab9d0ad67e51791539 (patch) | |
tree | aa30ed0d065ae348aac50afeadb68d8b6fb66099 /sys-power | |
parent | net-analyzer/suricata: fixed problems with compilation (diff) | |
download | gentoo-54c0cd52b68add1c9af84eab9d0ad67e51791539.tar.gz gentoo-54c0cd52b68add1c9af84eab9d0ad67e51791539.tar.bz2 gentoo-54c0cd52b68add1c9af84eab9d0ad67e51791539.zip |
sys-power/acpid: Fix excessive quoting.
Closes: https://bugs.gentoo.org/655446
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpid/acpid-2.0.29-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/acpid/acpid-2.0.29-r1.ebuild b/sys-power/acpid/acpid-2.0.29-r1.ebuild index 0a9dce65d576..ab3c57135865 100644 --- a/sys-power/acpid/acpid-2.0.29-r1.ebuild +++ b/sys-power/acpid/acpid-2.0.29-r1.ebuild @@ -50,7 +50,7 @@ src_install() { newinitd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.26-init.d" ${PN} newconfd "${WORKDIR}/${EXTRAS_NAME}/${PN}-2.0.16-conf.d" ${PN} - systemd_dounit "${WORKDIR}/${EXTRAS_NAME}/systemd/${PN}.{service,socket}" + systemd_dounit "${WORKDIR}"/${EXTRAS_NAME}/systemd/${PN}.{service,socket} } pkg_postinst() { |