Blame SOURCES/libhbalinux-1.0.13-conf.patch

0b9c79
diff --git a/Makefile.am b/Makefile.am
0b9c79
index 1349e7b..7c5ac14 100644
0b9c79
--- a/Makefile.am
0b9c79
+++ b/Makefile.am
0b9c79
@@ -12,23 +12,3 @@ pkgconfigdir = $(libdir)/pkgconfig
0b9c79
 pkgconfig_DATA = libhbalinux.pc
0b9c79
 
0b9c79
 dist_noinst_DATA = README COPYING INSTALL libhbalinux.pc.in libhbalinux.spec
0b9c79
-
0b9c79
-install-data-hook: libhbalinux.la
0b9c79
-	. $${PWD}/$<; \
0b9c79
-	ORG=org.open-fcoe.libhbalinux; \
0b9c79
-	LIB=${libdir}/$${dlname}; \
0b9c79
-	STR="$$ORG	$$LIB"; \
0b9c79
-	CONF=${sysconfdir}/hba.conf; \
0b9c79
-	if test -f $$CONF; then \
0b9c79
-		grep -E -q ^[[:space:]]*$$ORG[[:space:]]+$$LIB $$CONF; \
0b9c79
-		if test $$? -ne 0; then \
0b9c79
-			echo $$STR >> $$CONF; \
0b9c79
-		else \
0b9c79
-			echo "** $$CONF already configured"; \
0b9c79
-			echo "** system configuration not updated"; \
0b9c79
-		fi; \
0b9c79
-	else \
0b9c79
-		echo "** WARNING: $$CONF does not exist"; \
0b9c79
-		echo "** system configuration not updated"; \
0b9c79
-	fi
0b9c79
-