summaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-src+jrd+IntlManager.cpp
blob: c918181dce4f91f61b4cca6b0e908e05082de53d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/jrd/IntlManager.cpp.orig	Tue Nov 21 16:24:19 2006
+++ src/jrd/IntlManager.cpp	Tue Nov 21 16:30:40 2006
@@ -78,7 +78,7 @@
 #endif
 
 	Firebird::PathName intlPath;
-	PathUtils::concatPath(intlPath, Config::getRootDirectory(), "intl");
+	PathUtils::concatPath(intlPath, FB_LIBEXEC_PREFIX, "intl");
 
 	ScanDir dir(intlPath.c_str(), "*.conf");