aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2024-04-29 12:12:57 -0500
committerBen Kohler <bkohler@gentoo.org>2024-04-29 12:12:57 -0500
commit50e41722130ca8a1a7ef4ae008e35ec81292cda8 (patch)
treebc961a78e41f902795a84f85bcd2116abfd7e917
parentgkbuilds/mdadm: fix for mdadm-4.2 (diff)
downloadgenkernel-50e41722130ca8a1a7ef4ae008e35ec81292cda8.tar.gz
genkernel-50e41722130ca8a1a7ef4ae008e35ec81292cda8.tar.bz2
genkernel-50e41722130ca8a1a7ef4ae008e35ec81292cda8.zip
gkbuilds/lvm: missing space in new cp command
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r--gkbuilds/lvm-2.03.22.gkbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gkbuilds/lvm-2.03.22.gkbuild b/gkbuilds/lvm-2.03.22.gkbuild
index b806d77a..f913f1ad 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 \