From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71E38158012 for ; Fri, 24 Sep 2021 19:56:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0A78E09CD; Fri, 24 Sep 2021 19:56:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACB7EE09CD for ; Fri, 24 Sep 2021 19:56:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67910342DC4 for ; Fri, 24 Sep 2021 19:56:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C6C83 for ; Fri, 24 Sep 2021 19:56:13 +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: <1632513359.6d78c865837a08b02a6b94ab280d413df8628dad.williamh@gentoo> Subject: [gentoo-commits] proj/baselayout:master commit in: / X-VCS-Repository: proj/baselayout X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 6d78c865837a08b02a6b94ab280d413df8628dad X-VCS-Branch: master Date: Fri, 24 Sep 2021 19:56:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df31a78b-33bd-4ca0-bee3-de6fe5039f79 X-Archives-Hash: 3c9ffc0f4058c476f8810fa145c3aba2 commit: 6d78c865837a08b02a6b94ab280d413df8628dad Author: William Hubbs gentoo org> AuthorDate: Fri Sep 24 19:55:41 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Sep 24 19:55:59 2021 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=6d78c865 create /etc/gentoo-release here instead of in the ebuild Signed-off-by: William Hubbs gentoo.org> Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0913ceb6..a0204748 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ clean: install: $(INSTALL_DIR) $(DESTDIR)/etc cp -pPR etc/* etc.$(OS)/* $(DESTDIR)/etc/ + echo "Gentoo Base System release ${PV}" > ${DESTDIR}/etc/gentoo-release $(INSTALL_DIR) $(DESTDIR)/usr/share/baselayout cp -pPR share.$(OS)/* $(DESTDIR)/usr/share/baselayout/