[aisleriot] build: Fix distro IDs
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] build: Fix distro IDs
- Date: Fri, 1 Jun 2012 20:35:40 +0000 (UTC)
commit e74d1d4a85815f4e4ada011cf15aa44f7899c810
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 f7918fa..5a5ae74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -197,7 +197,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])
@@ -211,8 +211,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]