From ef908ae4b960058a63fbd6571428c4422edbff23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 3 Apr 2009 18:31:59 +0000 Subject: [PATCH] * Fixed locale default directory (was wrong before my patch as well, though). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29882 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/make/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/make/config.h b/src/bin/make/config.h index 0e8af87fd3..458df1893e 100644 --- a/src/bin/make/config.h +++ b/src/bin/make/config.h @@ -2,7 +2,7 @@ /* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ -#define LOCALEDIR "/etc/local/" +#define LOCALEDIR "/etc/locale/" #define LIBDIR "/boot/develop/lib/" #define INCLUDEDIR "/boot/develop/headers/"