mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-lang/spidermonkey: fix unquoted variable S
Also quoted BUILDDIR as it's derived from 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
02f137147d
commit
6d673dae07
@@ -51,8 +51,8 @@ PATCHES=(
|
||||
"${FILESDIR}"/${P}-LTO.patch
|
||||
)
|
||||
|
||||
DOCS=( ${S}/README )
|
||||
HTML_DOCS=( ${BUILDDIR}/README.html )
|
||||
DOCS=( "${S}"/README )
|
||||
HTML_DOCS=( "${BUILDDIR}"/README.html )
|
||||
|
||||
pkg_setup() {
|
||||
if [[ ${MERGE_TYPE} != "binary" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user