File fcoe-utils-makefile-fixup of Package open-fcoe
diff --git a/Makefile.am b/Makefile.am
index 3f8ac7f..fb21050 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,7 +62,7 @@ etc/initd/fcoe:
mkdir -p etc/initd
if [ -f /etc/fedora-release ]; then \
ln -s ${abs_srcdir}/etc/initd/initd.fedora $@; \
- elif [ -f /etc/SuSE-release ]; then \
+ elif [ -d /etc/SuSEconfig ]; then \
ln -s ${abs_srcdir}/etc/initd/initd.suse $@; \
else \
ln -s ${abs_srcdir}/etc/initd/initd.fcoe $@; \