[aisleriot/gnome-3-4] build: Fix distro IDs



commit e9bc5740f694020e1cbdae85b63097b4afa65085
Author: Christian Persch <chpe gnome org>
Date:   Fri Jun 1 22:35:28 2012 +0200

    build: Fix distro IDs

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ac1b19c..c7c8092 100644
--- a/configure.ac
+++ b/configure.ac
@@ -182,7 +182,7 @@ if test "$enable_card_theme_format_kde" = "yes"; then
   AC_ARG_WITH([kde-card-theme-path],
     [AS_HELP_STRING([--with-kde-card-theme-path],[The base path to the KDE card themes])],
     [],[case "$DISTRO" in
-          *debian*|*fedora*|*redhat*|*suse*|*ubuntu*) with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
+          *debian*|*fedora*|*rhel*|*centos*|*suse*|*ubuntu*) with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
           *) AC_MSG_ERROR([When enabling the KDE card theme format, you must specify the KDE card themes base path.]) ;;
         esac])
   AC_MSG_RESULT([$with_kde_card_theme_path])
@@ -196,8 +196,8 @@ if test "$enable_card_theme_format_pysol" = "yes"; then
     [AS_HELP_STRING([--with-pysol-card-theme-path],[The base path to the PySol card themes])],
     [],[case "$DISTRO" in
           *debian*|*ubuntu*) with_pysol_card_theme_path="/usr/share/games/pysol" ;;
-          *fedora*|*redhat*) with_pysol_card_theme_path="/usr/share/PySolFC" ;;
-          *suse*)            with_pysol_card_theme_path="/usr/share/games/pysol/data" ;;
+          *fedora*|*rhel*|*centos*) with_pysol_card_theme_path="/usr/share/PySolFC" ;;
+          *suse*) with_pysol_card_theme_path="/usr/share/games/pysol/data" ;;
           *) AC_MSG_ERROR([When enabling the PySol card theme format, you must specify the PySol card themes base path.]) ;;
         esac])
   AC_MSG_RESULT([$with_pysol_card_theme_path])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]