From 0e325696fd48da1836cb175907c016e4642ba6de Mon Sep 17 00:00:00 2001 From: Druid520 Date: Thu, 13 Aug 2026 00:57:29 -0700 Subject: MOD: make it netbsd compatible (my new os!) --- mp.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mp.sh') diff --git a/mp.sh b/mp.sh index ac58d47..b82708f 100755 --- a/mp.sh +++ b/mp.sh @@ -1,14 +1,14 @@ #!/usr/bin/env sh set -e -WD="${WD:-/usr/local/mp}" -PORTS="${PORTS:-/usr/local/ports/ports}" -PORTS_DIR="${PORTS_DIR:-/usr/local/ports}" +WD="${WD:-/usr/mp}" +PORTS="${PORTS:-/usr/ports/ports}" +PORTS_DIR="${PORTS_DIR:-/usr/ports}" PORTS_REPO="${PORTS_REPO:-https://codeberg.org/Druid520/ports.git}" STATUS="$WD/status" INSTALLED="$WD/installed" EXTINSTALLED="$WD/extinstalled" -CFG="/usr/local/mp/mp.conf" +CFG="$WD/mp.conf" war() { echo "warn: $1" >&2 -- cgit 1.4.1