Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2014 10:04:22 +0100
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        Ruslan Makhmatkhanov <rm@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r340881 - head/devel/py-pyro
Message-ID:  <F584403F0D8A7A15A328B103@atuin.in.mat.cc>
In-Reply-To: <201401240900.s0O90Z75040845@svn.freebsd.org>
References:  <201401240900.s0O90Z75040845@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 24 janvier 2014 09:00:35 +0000 Ruslan Makhmatkhanov <rm@FreeBSD.org>
wrote:
| +	@${MKDIR} ${STAGEDIR}${DOCSDIR}
| +	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
| +	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
| +	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}

You should try to always enclose cd foo && bar lines with parenthesis, like
this : (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} .
${STAGEDIR}${EXAMPLESDIR}) so that the current directory isn't changed for
the next lines.

-- 
Mathieu Arnold



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F584403F0D8A7A15A328B103>