Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Aug 2016 07:25:45 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Mathieu Arnold <mat@FreeBSD.org>
Cc:        Pawel Pekala <pawel@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r419704 - head/devel/rbenv
Message-ID:  <20160806072545.GC53097@FreeBSD.org>
In-Reply-To: <3B7B74D21B8A47FBF5E6ECFF@atuin.in.mat.cc>
References:  <201608051855.u75It3l8098565@repo.freebsd.org> <3B7B74D21B8A47FBF5E6ECFF@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



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