svn commit: r419704 - head/devel/rbenv

Alexey Dokuchaev danfe at FreeBSD.org
Sat Aug 6 07:25:45 UTC 2016


On Sat, Aug 06, 2016 at 01:56:11AM +0200, Mathieu Arnold wrote:
> +--On 5 ao??t 2016 18:55:03 +0000 Pawel Pekala <pawel at FreeBSD.org> wrote:
> | -	@${LN} -sf ${PREFIX}/libexec/rbenv ${STAGEDIR}${PREFIX}/bin/rbenv
> | +	(cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf ../libexec/rbenv .)
> 
> This can simply be:
>         @${LN} -sf ../libexec/rbenv ${STAGEDIR}${PREFIX}/bin/rbenv

Or even shorter:

	@${LN} -sf ../libexec/rbenv ${STAGEDIR}${PREFIX}/bin

./danfe


More information about the svn-ports-head mailing list