summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Dörfler <axeld@pinc-software.de>2009-04-03 18:31:59 (GMT)
committer Axel Dörfler <axeld@pinc-software.de>2009-04-03 18:31:59 (GMT)
commitef908ae4b960058a63fbd6571428c4422edbff23 (patch)
tree0d7715a75003ade590a0bc578e57a35aa23bb3f7
parent5544769e7d9dd8b59f114b2d5f84946cf08f0886 (diff)
* Fixed locale default directory (was wrong before my patch as well, though).hrev29882
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29882 a95241bf-73f2-0310-859d-f6bbb57e9c96
-rw-r--r--src/bin/make/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/make/config.h b/src/bin/make/config.h
index 0e8af87..458df18 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/"