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 303A1158017 for ; Mon, 27 Sep 2021 21:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70141E09AB; Mon, 27 Sep 2021 21:24:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 35C45E09AB for ; Mon, 27 Sep 2021 21:24:39 +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 2410B342D9E for ; Mon, 27 Sep 2021 21:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5334AA3 for ; Mon, 27 Sep 2021 21:24:36 +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: <1632777863.dec3056722dc215de60c7c02caf9bfb7111ef3b4.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: dec3056722dc215de60c7c02caf9bfb7111ef3b4 X-VCS-Branch: master Date: Mon, 27 Sep 2021 21:24:36 +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: 640ada4d-cb1c-42c1-a236-68e19c03c92d X-Archives-Hash: 8f87ab26b4fb66128a7f29d8ef2f0d97 commit: dec3056722dc215de60c7c02caf9bfb7111ef3b4 Author: William Hubbs gentoo org> AuthorDate: Mon Sep 27 21:07:40 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 27 21:24:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=dec30567 typo fix Signed-off-by: William Hubbs gentoo.org> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c6f026f..baf119e7 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ install: cp -pPR etc/* etc.$(OS)/* $(DESTDIR)/etc/ echo "Gentoo Base System release ${PV}" > ${DESTDIR}/etc/gentoo-release $(INSTALL_DIR) $(DESTDIR)/lib - cp -pPR lib.$(OS)/* $(DESTDIR)/etc/ + cp -pPR lib.$(OS)/* $(DESTDIR)/lib/ $(INSTALL_DIR) $(DESTDIR)/usr/lib ln -snf ../usr/lib/os-release ${DESTDIR}/etc/os-release ./make_os_release ${OS} ${PV} > $(DESTDIR)/usr/lib/os-release