diff options
author | William Hubbs <williamh@gentoo.org> | 2021-09-27 12:43:09 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-09-27 12:44:14 -0500 |
commit | e32e4c117adf458a89e37f72ac8b06a5c1e6aa90 (patch) | |
tree | 5b5b2a319034f9c9840153f38985f2c3494ce7ec | |
parent | move modprobe.d to lib location (diff) | |
download | baselayout-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |