From c9daa8909313b020df57605d0bd50ac48b208d58 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 23 Feb 2023 15:38:17 +0100 Subject: toolchain: update, move to a Camellia-specific toolchain --- port | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'port') diff --git a/port b/port index 2219d1c..053bf3b 100755 --- a/port +++ b/port @@ -2,7 +2,7 @@ set -eu export REPO="$PWD" export PREFIX="$REPO/out/initrd/usr/" -export PATH="$REPO/ports/bin/:$REPO/toolchain/bin/:$PATH" +export PATH="$REPO/ports/bin/:$REPO/toolchain/prefix/bin/:$PATH" if [ $1 = deepclean ]; then rm -rf ports/out/ -- cgit v1.2.3