commit:     50e41722130ca8a1a7ef4ae008e35ec81292cda8
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 17:12:57 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 17:12:57 2024 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=50e41722

gkbuilds/lvm: missing space in new cp command

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 gkbuilds/lvm-2.03.22.gkbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkbuilds/lvm-2.03.22.gkbuild b/gkbuilds/lvm-2.03.22.gkbuild
index b806d77..f913f1a 100644
--- a/gkbuilds/lvm-2.03.22.gkbuild
+++ b/gkbuilds/lvm-2.03.22.gkbuild
@@ -48,7 +48,7 @@ src_install() {
                "${D}"/usr/sbin/* \
                "${D}"/share
 
-       cp -a libdm/dm-tools/dmsetup.static"${D}"/usr/sbin/lvm \
+       cp -a libdm/dm-tools/dmsetup.static "${D}"/usr/sbin/lvm \
                || die "Failed to copy '${S}/tools/lvm.static' to 
'${D}/usr/sbin/lvm'!"
 
        "${STRIP}" --strip-all "${D}"/usr/sbin/lvm \

Reply via email to