commit:     dec3056722dc215de60c7c02caf9bfb7111ef3b4
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 21:07:40 2021 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 21:24:23 2021 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=dec30567

typo fix

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8c6f026f..baf119e7 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ install:
        cp -pPR etc/* etc.$(OS)/* $(DESTDIR)/etc/
        echo "Gentoo Base System release ${PV}" > ${DESTDIR}/etc/gentoo-release
        $(INSTALL_DIR) $(DESTDIR)/lib
-       cp -pPR lib.$(OS)/* $(DESTDIR)/etc/
+       cp -pPR lib.$(OS)/* $(DESTDIR)/lib/
        $(INSTALL_DIR) $(DESTDIR)/usr/lib
        ln -snf ../usr/lib/os-release ${DESTDIR}/etc/os-release
        ./make_os_release ${OS} ${PV} > $(DESTDIR)/usr/lib/os-release

Reply via email to