summary refs log tree commit diff
path: root/pkgs/servers/osrm-backend/4.5.0-default-profile-path.template.patch
blob: 12fcdb4fd02c1ac2bad9e5ab63c9995ea97c4f0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/extractor/extractor_options.cpp b/extractor/extractor_options.cpp
index d14d8d9..c64d7fd 100644
--- a/extractor/extractor_options.cpp
+++ b/extractor/extractor_options.cpp
@@ -50,7 +50,7 @@ bool ExtractorOptions::ParseArguments(int argc, char *argv[], ExtractorConfig &e
     boost::program_options::options_description config_options("Configuration");
     config_options.add_options()("profile,p",
                                  boost::program_options::value<boost::filesystem::path>(
-                                     &extractor_config.profile_path)->default_value("profile.lua"),
+                                     &extractor_config.profile_path)->default_value("@out@/profiles/car.lua"),
                                  "Path to LUA routing profile")(
         "threads,t",
         boost::program_options::value<unsigned int>(&extractor_config.requested_num_threads)