svn commit: r449785 - head/devel/gitlab-shell

Mathieu Arnold mat at FreeBSD.org
Wed Sep 13 13:46:58 UTC 2017


Le 13/09/2017 à 15:36, Torsten Zuehlsdorff a écrit :
>  do-install:
>  	@${MKDIR} ${STAGEDIR}${DATADIR}
>  	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
>  	@${MKDIR} ${STAGEDIR}/var/log/gitlab-shell
> +
> +post-install:
> +	${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-upload-pack
> +	${STRIP_CMD} ${STAGEDIR}${DATADIR}/bin/gitaly-receive-pack
>  


Please, do not use two targets where one is enough.  (Only use
post-install if you do not override the do-install target.)


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170913/c3b126e3/attachment.sig>


More information about the svn-ports-all mailing list