From 0979f2855c81d144d4c7d814678a5b5b2d34155b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 23 Nov 2012 22:55:38 +0100 Subject: build-sys: drop TARGET_UBUNTU TARGET_UBUNTU is effectively the same as TARGET_DEBIAN. Given the Ubuntu is unlikely to use systemd anytime soon there's no point in keeping this separate. --- src/core/locale-setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/locale-setup.c') diff --git a/src/core/locale-setup.c b/src/core/locale-setup.c index 0a0f95b909..8821fc2a2d 100644 --- a/src/core/locale-setup.c +++ b/src/core/locale-setup.c @@ -141,7 +141,7 @@ int locale_setup(void) { log_warning("Failed to read /etc/sysconfig/language: %s", strerror(-r)); } -#elif defined(TARGET_DEBIAN) || defined(TARGET_UBUNTU) || defined(TARGET_ANGSTROM) +#elif defined(TARGET_DEBIAN) || defined(TARGET_ANGSTROM) if (r <= 0) { r = parse_env_file("/etc/default/locale", NEWLINE, "LANG", &variables[VARIABLE_LANG], -- cgit v1.2.3-54-g00ecf