summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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