fcoe-utils/fcoe-utils-1.0.12-makefile-data-hook.patch

12 lines
377 B
Diff

--- fcoe-utils-1.0.12/Makefile.am.orig 2010-03-15 17:02:19.000000000 +0100
+++ fcoe-utils-1.0.12/Makefile.am 2010-03-15 17:02:34.000000000 +0100
@@ -69,8 +69,3 @@
init_d_SCRIPTS = etc/initd/fcoe
dist_noinst_DATA = README COPYING INSTALL fcoe-utils.spec
-
-install-data-hook:
- if [ ! -f ${fcoe_configdir}/config ] ; then \
- cp etc/config ${fcoe_configdir}/config; \
- fi