changeset 2490:4f2cda3224f8

Sync mapsearch scripts.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 18 Apr 2023 12:49:10 +0300
parents 390c4f5fecbd
children 0fbd68ddd363
files scripts/mapsearch.sysvinit scripts/mapsearch.sysvinit.cfg
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/mapsearch.sysvinit	Tue Apr 18 12:40:21 2023 +0300
+++ b/scripts/mapsearch.sysvinit	Tue Apr 18 12:49:10 2023 +0300
@@ -62,7 +62,7 @@
     hg clone "$THLIBS_REPO" "$THLIBS_DIR"
   fi
   cd "$THLIBS_DIR" && hg pull && hg update
-  cd "$MAPSEARCH_DIR" && make "bin/mapsearch" -j4 && cp "bin/mapsearch" "$MAPSEARCH_BIN"
+  cd "$MAPSEARCH_DIR" && make clean && make "bin/mapsearch" -j4 && cp "bin/mapsearch" "$MAPSEARCH_BIN"
 }
 
 
--- a/scripts/mapsearch.sysvinit.cfg	Tue Apr 18 12:40:21 2023 +0300
+++ b/scripts/mapsearch.sysvinit.cfg	Tue Apr 18 12:49:10 2023 +0300
@@ -2,7 +2,7 @@
 # for Pupunen MapSearch daemon SysV init script
 
 # Mercurial repository URLs for maputils and th-libs
-MAPSEARCH_REPO="http://pupunen.net/hg/maputils"
+MAPSEARCH_REPO="https://tnsp.org/hg/batmud/maputils"
 THLIBS_REPO="https://tnsp.org/hg/th-libs"