commit: a27d577da8cf4f1c7f9784a043ecf02d71a81ca6 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu Apr 30 19:45:42 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Apr 30 19:45:42 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a27d577d
Build: fix the dist target The dist target now creates an archive based on the version setting. This makes it possible to create an archive identical to the ones github generates once the release is tagged. mk/dist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/dist.mk b/mk/dist.mk index aa07dbb..13ec40a 100644 --- a/mk/dist.mk +++ b/mk/dist.mk @@ -2,7 +2,7 @@ # Copyright (c) 2008 Roy Marples <[email protected]> # Released under the 2-clause BSD license. -GITREF?= HEAD +GITREF?= ${VERSION} DISTPREFIX?= ${NAME}-${VERSION} DISTFILE?= ${DISTPREFIX}.tar.bz2
