diff mbox

[dmraid,2/3] Dont install libdmraid-event-* with verison number.

Message ID 20100202072756.333649313@suse.de (mailing list archive)
State New, archived
Headers show

Commit Message

NeilBrown Feb. 2, 2010, 7:25 a.m. UTC
None
diff mbox

Patch

--- dmraid.orig/lib/Makefile.in
+++ dmraid/lib/Makefile.in
@@ -82,7 +82,7 @@  install_dmraid_libs: $(INSTALL_TARGETS)
 	for f in $(INSTALL_TARGETS); \
 	do \
 		n=$$(basename $${f}) ; \
-		if [[ "$$n" =~ .so$$ ]]; then \
+		if [[ "$$n" =~ .so$$ && ! "$$n" =~ libdmraid-events-.* ]]; then \
 			$(INSTALL) -m 555 $(STRIP) \
 				$$f $(libdir)/$${n}.@DMRAID_LIB_VERSION@; \
 			$(LN_S) -f $${n}.@DMRAID_LIB_VERSION@ $(libdir)/$${n}; \