From 755be11eb5b9be70d9d26a91d67999e9ebff3e2f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 20 Dec 2009 21:19:44 +0100 Subject: [PATCH] lvm2: use shared bins in the initramfs hook. bumprev. --HG-- extra : convert_revision : 9f21ee631d33b7bc77e4983306ab9fe958875e2b --- srcpkgs/lvm2/files/lvm2.initramfs-hook | 4 ++-- srcpkgs/lvm2/template | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lvm2/files/lvm2.initramfs-hook b/srcpkgs/lvm2/files/lvm2.initramfs-hook index d2cf02212e3..a0f86404cf6 100644 --- a/srcpkgs/lvm2/files/lvm2.initramfs-hook +++ b/srcpkgs/lvm2/files/lvm2.initramfs-hook @@ -25,8 +25,8 @@ if [ -e /etc/lvm/lvm.conf ]; then cp /etc/lvm/lvm.conf ${DESTDIR}/etc/lvm/ fi -copy_exec /sbin/dmsetup.static /sbin/dmsetup -copy_exec /sbin/lvm.static /sbin/lvm +copy_exec /sbin/dmsetup /sbin/dmsetup +copy_exec /sbin/lvm /sbin/lvm for x in dm_mod dm_snapshot dm_mirror; do manual_add_modules ${x} diff --git a/srcpkgs/lvm2/template b/srcpkgs/lvm2/template index 0a47d41c450..fb4a142a0a4 100644 --- a/srcpkgs/lvm2/template +++ b/srcpkgs/lvm2/template @@ -1,6 +1,7 @@ # Template file for 'lvm2' pkgname=lvm2 version=2.02.56 +revision=1 wrksrc=LVM2.${version} distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz" build_style=gnu_configure