From e32e4c117adf458a89e37f72ac8b06a5c1e6aa90 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 27 Sep 2021 12:43:09 -0500 Subject: drop lib directory installation from Makefile Signed-off-by: William Hubbs --- 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 -- cgit v1.2.3-65-gdbad