From f6943caa53ac486cc8de580160954ba2b8ffd504 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 27 Sep 2010 19:10:11 +0200 Subject: [PATCH 1/1] Need to use #elif defined(DEBIAN) here... This fixes a c&p error in 7472744bf9eddc7137f03233e49fa780793d5fc0 --- src/locale-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale-setup.c b/src/locale-setup.c index fcbf216d1..78fa2123f 100644 --- a/src/locale-setup.c +++ b/src/locale-setup.c @@ -135,7 +135,7 @@ int locale_setup(void) { log_warning("Failed to read /etc/sysconfig/language: %s", strerror(-r)); } -#ifdef TARGET_DEBIAN +#elif defined(TARGET_DEBIAN) if (r <= 0 && (r = parse_env_file("/etc/default/locale", NEWLINE, "LANG", &variables[VARIABLE_LANG], -- 2.30.2