diff options
Diffstat (limited to 'src/porting.cpp')
-rw-r--r-- | src/porting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/porting.cpp b/src/porting.cpp index e1a062ecd..025e5978c 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -528,7 +528,7 @@ void initializePaths() { dstream<<"Bundle resource path: "<<path<<std::endl; //chdir(path); - path_share = std::string(path) + DIR_DELIM + "share"; + path_share = std::string(path) + DIR_DELIM + STATIC_SHAREDIR; } else { |