summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2005-11-23 22:49:12 +0100
committermaximilian attems <maks@debian.org>2005-11-23 22:49:12 +0100
commite08c3012c84eb902b108e1568528db95df4f4ac0 (patch)
tree86e03eb64da88ff1d037a3ee482b31167872824c /hooks
parent3ae0851026a65362aa40d568607c607f12a464a0 (diff)
downloadinitramfs-tools-e08c3012c84eb902b108e1568528db95df4f4ac0.tar.gz
initramfs-tools-e08c3012c84eb902b108e1568528db95df4f4ac0.zip
avoid a double link copy of bbr and bbr_seg
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/evms2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/evms b/hooks/evms
index 1cbc832..a58b2a4 100755
--- a/hooks/evms
+++ b/hooks/evms
@@ -28,7 +28,7 @@ EVMS_VERSION=$(/usr/sbin/evms_query info | grep "EVMS Version" | awk '{ print $3
mkdir -p ${DESTDIR}/lib/evms/${EVMS_VERSION}
for x in bbr bbr_seg bsd disk dos drivelink gpt lvm2 mac md multipath; do
- copy_exec /lib/evms/${EVMS_VERSION}/${x}* /lib/evms/${EVMS_VERSION}
+ copy_exec /lib/evms/${EVMS_VERSION}/${x}-*.so /lib/evms/${EVMS_VERSION}
done
for x in dm_mod linear raid0 raid1 raid10 raid5 raid6; do