Commit 4d035d67 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

dev-haskell/hlint: add quoting around ${S}



Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent 376ca771
......@@ -67,7 +67,7 @@ src_compile() {
src_test() {
export LD_LIBRARY_PATH="${S}/dist/build${LD_LIBRARY_PATH+:}:${LD_LIBRARY_PATH}"
${S}/dist/build/hlint/hlint --datadir=${S}/data --test || die
"${S}"/dist/build/hlint/hlint --datadir="${S}"/data --test || die
}
src_install() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment