From 68beec5590b917167271accdc6b1244836eb44f6 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 16 Apr 2021 17:09:40 +0200 Subject: [PATCH] remove installation of PHP util scripts --- CMakeLists.txt | 15 --------------- cmake/script.tmpl | 14 -------------- 2 files changed, 29 deletions(-) delete mode 100755 cmake/script.tmpl diff --git a/CMakeLists.txt b/CMakeLists.txt index f3247900..fa92dd02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,21 +109,6 @@ if (BUILD_IMPORTER) " wget -O ${PROJECT_SOURCE_DIR}/data/country_osm_grid.sql.gz https://www.nominatim.org/data/country_grid.sql.gz") endif() - set(CUSTOMSCRIPTS - check_import_finished.php - country_languages.php - export.php - query.php - setup.php - update.php - warm.php - ) - - foreach (script_source ${CUSTOMSCRIPTS}) - configure_file(${PROJECT_SOURCE_DIR}/cmake/script.tmpl - ${PROJECT_BINARY_DIR}/utils/${script_source}) - endforeach() - configure_file(${PROJECT_SOURCE_DIR}/cmake/tool.tmpl ${PROJECT_BINARY_DIR}/nominatim) endif() diff --git a/cmake/script.tmpl b/cmake/script.tmpl deleted file mode 100755 index 3fbe535e..00000000 --- a/cmake/script.tmpl +++ /dev/null @@ -1,14 +0,0 @@ -#!@PHP_BIN@ -Cq -