Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/baselayout:master commit in: /
Date: Mon, 27 Sep 2021 17:46:25
Message-Id: 1632764654.e32e4c117adf458a89e37f72ac8b06a5c1e6aa90.williamh@gentoo
1 commit: e32e4c117adf458a89e37f72ac8b06a5c1e6aa90
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 17:43:09 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 17:44:14 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=e32e4c11
7
8 drop lib directory installation from Makefile
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 Makefile | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/Makefile b/Makefile
16 index 5bd10b91..aaae44ad 100644
17 --- a/Makefile
18 +++ b/Makefile
19 @@ -64,8 +64,6 @@ install:
20 $(INSTALL_DIR) $(DESTDIR)/etc
21 cp -pPR etc/* etc.$(OS)/* $(DESTDIR)/etc/
22 echo "Gentoo Base System release ${PV}" > ${DESTDIR}/etc/gentoo-release
23 - $(INSTALL_DIR) $(DESTDIR)/usr/lib
24 - cp -pPR lib.$(OS)/* $(DESTDIR)/usr/lib/
25 $(INSTALL_DIR) $(DESTDIR)/usr/share/baselayout
26 cp -pPR share.$(OS)/* $(DESTDIR)/usr/share/baselayout/
27 ./make_os_release $(OS) $(PV) > $(DESTDIR)/usr/lib/os-release