File 0001-config.guess-SuSEconfig-is-gone-post-openSUSE-12.2.patch of Package xplatproviders
From 176e0e288b368589a6cbeeb577b54427cf918eda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Fri, 26 Oct 2012 14:47:08 +0200
Subject: [PATCH] config.guess: SuSEconfig is gone post openSUSE-12.2
---
build/xplatproviders/config.guess | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build/xplatproviders/config.guess b/build/xplatproviders/config.guess
index 161d5fe..065b3a3 100755
--- a/build/xplatproviders/config.guess
+++ b/build/xplatproviders/config.guess
@@ -190,6 +190,8 @@ then
elif [ -r /etc/fedora-release ]; then GetLinuxInfo "/etc/fedora-release"
# Open Build Service ?!
elif [ -d /etc/SuSEconfig ]; then GetLinuxInfo "OBS"
+ # post-openSUSE 12.2 (SuSEconfig gone) ?
+ elif [ -d /etc/susehelp.d ]; then GetLinuxInfo "OBS"
fi
if [ "${OSAlias}" == "Unknown" ]
then
--
1.7.10.4