From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 89E58138C9D for ; Thu, 30 Apr 2015 19:51:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC57E084C; Thu, 30 Apr 2015 19:51:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFFC8E084C for ; Thu, 30 Apr 2015 19:51:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC6AD340C8C for ; Thu, 30 Apr 2015 19:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3035197D for ; Thu, 30 Apr 2015 19:50:59 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1430423142.a27d577da8cf4f1c7f9784a043ecf02d71a81ca6.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: mk/ X-VCS-Repository: proj/openrc X-VCS-Files: mk/dist.mk X-VCS-Directories: mk/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: a27d577da8cf4f1c7f9784a043ecf02d71a81ca6 X-VCS-Branch: master Date: Thu, 30 Apr 2015 19:50:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d1e627c3-371e-490e-a9cd-9702f1d1cc3d X-Archives-Hash: 9322c3ee5adf55646e76064f3b336483 commit: a27d577da8cf4f1c7f9784a043ecf02d71a81ca6 Author: William Hubbs gmail com> AuthorDate: Thu Apr 30 19:45:42 2015 +0000 Commit: William Hubbs gentoo 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 # Released under the 2-clause BSD license. -GITREF?= HEAD +GITREF?= ${VERSION} DISTPREFIX?= ${NAME}-${VERSION} DISTFILE?= ${DISTPREFIX}.tar.bz2