From 3179c9728ce3978769ff79776598e005ecd2d558 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 20 Jan 2014 23:53:44 +1100 Subject: [eclass] Only set S when building a release. When building a live version, the git eclass automatically unpacks it into the default location. --- eclass/kde-frameworks.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/kde-frameworks.eclass') diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index 4bb72e786e1..f8a295ce0ab 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -115,7 +115,7 @@ DEPEND+=" ${COMMONDEPEND}" RDEPEND+=" ${COMMONDEPEND}" unset COMMONDEPEND -if [[ -n ${KMNAME} && ${KMNAME} != ${PN} ]]; then +if [[ -n ${KMNAME} && ${KMNAME} != ${PN} && ${KDE_BUILD_TYPE} = release ]]; then S=${WORKDIR}/${KMNAME}-${PV} fi -- cgit v1.2.3