From e8830426642627dddc943afffeb678aa155d248d Mon Sep 17 00:00:00 2001 From: Druid520 Date: Thu, 13 Aug 2026 00:56:59 -0700 Subject: MOD: make it netbsd compatible (my new os!) --- ports/test/add.sh | 2 +- ports/test/del.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/test') diff --git a/ports/test/add.sh b/ports/test/add.sh index b7b595d..eae628b 100644 --- a/ports/test/add.sh +++ b/ports/test/add.sh @@ -2,4 +2,4 @@ set -e chmod +x test.sh -cp test.sh /usr/local/bin/test-mp +cp test.sh /usr/bin/test-mp diff --git a/ports/test/del.sh b/ports/test/del.sh index af22f1e..0ed568c 100644 --- a/ports/test/del.sh +++ b/ports/test/del.sh @@ -1,4 +1,4 @@ . pkg.conf set -e -rm /usr/local/bin/test-mp +rm /usr/bin/test-mp -- cgit 1.4.1