diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-04-29 11:18:23 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-04-29 11:18:23 -0500 |
commit | 65bfab819d614e0d719a10ef6c47238df298869a (patch) | |
tree | 2ed1becaaeafc0bbc97b91769ed70a73c4f0040d | |
parent | gkbuilds/lvm: add 2.03 support (diff) | |
download | genkernel-65bfab819d614e0d719a10ef6c47238df298869a.tar.gz genkernel-65bfab819d614e0d719a10ef6c47238df298869a.tar.bz2 genkernel-65bfab819d614e0d719a10ef6c47238df298869a.zip |
Revert "gkbuilds/lvm: add 2.03 support"
This reverts commit 12cdca31704000822c50b996facc955d5e3ae5a9.
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r-- | gkbuilds/lvm.gkbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gkbuilds/lvm.gkbuild b/gkbuilds/lvm.gkbuild index 27a75214..30063819 100644 --- a/gkbuilds/lvm.gkbuild +++ b/gkbuilds/lvm.gkbuild @@ -54,8 +54,6 @@ src_install() { "${STRIP}" --strip-all "${D}"/usr/sbin/lvm \ || die "Failed to strip '${D}/usr/sbin/lvm'!" - # dmsetup.static has moved to libdm/dm-tools/ in 2.03, allow both locations for now - [ -f libdm/dm-tools/dmsetup.static ] && mv libdm/dm-tools/dmsetup.static tools/dmsetup.static cp -a tools/dmsetup.static "${D}"/usr/sbin/dmsetup \ || die "Failed to copy '${S}/tools/dmsetup.static' to '${D}/usr/sbin/dmsetup'!" |