svn commit: r419704 - head/devel/rbenv

Mathieu Arnold mat at FreeBSD.org
Fri Aug 5 23:56:15 UTC 2016


+--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

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160806/3d211a1c/attachment.sig>


More information about the svn-ports-all mailing list