X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5e989b9296eca989acde165a4ff4b29e20cf5dfd..ff5a2372001b024e2e11d6d4db8d69809b1e5d29:/cmake/script.tmpl diff --git a/cmake/script.tmpl b/cmake/script.tmpl index 5b7bc6f7..8e72cc08 100755 --- a/cmake/script.tmpl +++ b/cmake/script.tmpl @@ -6,4 +6,4 @@ @define('CONST_LibDir', '@CMAKE_SOURCE_DIR@/lib'); @define('CONST_DataDir', '@CMAKE_SOURCE_DIR@'); -require_once(CONST_BinDir.'/@script_source@'); +require_once(CONST_LibDir.'/admin/@script_source@');