commit: e32e4c117adf458a89e37f72ac8b06a5c1e6aa90
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 17:43:09 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> 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 <williamh <AT> 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