[Kimchi-devel] [PATCH] [Wok] Updating Makefile.am to pick fedora spec for the KVMIBM envirnment
jkatta at linux.vnet.ibm.com
jkatta at linux.vnet.ibm.com
Fri Apr 1 11:20:24 UTC 2016
From: Jayavardhan Katta <jkatta at linux.vnet.ibm.com>
Signed-off-by: Jayavardhan Katta <jkatta at linux.vnet.ibm.com>
---
Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 86d83a0..325d0c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -106,6 +106,8 @@ deb: contrib/make-deb.sh
wok.spec: contrib/wok.spec.fedora contrib/wok.spec.suse
@if test -e /etc/redhat-release; then \
ln -sf contrib/wok.spec.fedora $@ ; \
+ elif test -e /etc/system-release; then \
+ ln -sf contrib/wok.spec.fedora $@ ; \
elif test -e /etc/SuSE-release; then \
ln -sf contrib/wok.spec.suse $@ ; \
else \
--
2.4.3
More information about the Kimchi-devel
mailing list