mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-mail/automx2: fix unquoted variable S
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
1ae1623149
commit
1256a12bc4
@@ -35,8 +35,8 @@ python_test() {
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
|
||||
local HTML_DOCS=( ${S}/docs/*.{html,svg} )
|
||||
local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
|
||||
local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
|
||||
newconfd "${FILESDIR}/confd" "${PN}"
|
||||
newinitd "${FILESDIR}/init-r1" "${PN}"
|
||||
insinto /etc
|
||||
|
||||
@@ -36,8 +36,8 @@ python_test() {
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
|
||||
local HTML_DOCS=( ${S}/docs/*.{html,svg} )
|
||||
local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
|
||||
local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
|
||||
newconfd "${FILESDIR}/confd" "${PN}"
|
||||
newinitd "${FILESDIR}/init-r1" "${PN}"
|
||||
insinto /etc
|
||||
|
||||
Reference in New Issue
Block a user