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 F3AA0158013 for ; Mon, 27 Sep 2021 17:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39413E0933; Mon, 27 Sep 2021 17:46:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 99D80E0933 for ; Mon, 27 Sep 2021 17:46:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5A5E342B9A for ; Mon, 27 Sep 2021 17:46:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AB2C10D for ; Mon, 27 Sep 2021 17:46:21 +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: <1632764654.e32e4c117adf458a89e37f72ac8b06a5c1e6aa90.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: e32e4c117adf458a89e37f72ac8b06a5c1e6aa90 X-VCS-Branch: master Date: Mon, 27 Sep 2021 17:46:21 +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: 19f5ebcf-3b72-45d2-92e6-42843b2e5997 X-Archives-Hash: 900c80d75d60d2d60d358958f1a8284f commit: e32e4c117adf458a89e37f72ac8b06a5c1e6aa90 Author: William Hubbs gentoo org> AuthorDate: Mon Sep 27 17:43:09 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Sep 27 17:44:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=e32e4c11 drop lib directory installation from Makefile Signed-off-by: William Hubbs gentoo.org> Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 5bd10b91..aaae44ad 100644 --- a/Makefile +++ b/Makefile @@ -64,8 +64,6 @@ 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/lib - cp -pPR lib.$(OS)/* $(DESTDIR)/usr/lib/ $(INSTALL_DIR) $(DESTDIR)/usr/share/baselayout cp -pPR share.$(OS)/* $(DESTDIR)/usr/share/baselayout/ ./make_os_release $(OS) $(PV) > $(DESTDIR)/usr/lib/os-release