X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/65500927c2955860d392f76fa9b2c318ccd716d2..9e54d1d6eb3e418c13ea090eeee4c9f9ee30b55a:/settings/defaults.php?ds=sidebyside diff --git a/settings/defaults.php b/settings/defaults.php index e34f4db0..0b63a3bd 100644 --- a/settings/defaults.php +++ b/settings/defaults.php @@ -40,7 +40,7 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true); // Paths @define('CONST_Osm2pgsql_Binary', CONST_InstallPath.'/osm2pgsql/osm2pgsql'); -@define('CONST_Osmosis_Binary', '/usr/bin/osmosis'); +@define('CONST_Osmosis_Binary', '@OSMOSIS_PATH@'); @define('CONST_Tiger_Data_Path', CONST_BasePath.'/data/tiger'); @define('CONST_Wikipedia_Data_Path', CONST_BasePath.'/data');