summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2021-09-27 12:43:09 -0500
committerWilliam Hubbs <williamh@gentoo.org>2021-09-27 12:44:14 -0500
commite32e4c117adf458a89e37f72ac8b06a5c1e6aa90 (patch)
tree5b5b2a319034f9c9840153f38985f2c3494ce7ec
parentmove modprobe.d to lib location (diff)
downloadbaselayout-e32e4c117adf458a89e37f72ac8b06a5c1e6aa90.tar.gz
baselayout-e32e4c117adf458a89e37f72ac8b06a5c1e6aa90.tar.bz2
baselayout-e32e4c117adf458a89e37f72ac8b06a5c1e6aa90.zip
drop lib directory installation from Makefile
Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--Makefile2
1 files changed, 0 insertions, 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