diff options
author | dzwdz | 2023-02-23 15:38:17 +0100 |
---|---|---|
committer | dzwdz | 2023-02-23 15:38:17 +0100 |
commit | c9daa8909313b020df57605d0bd50ac48b208d58 (patch) | |
tree | 7051752002999e648619bc91e4d99edfda7b9f01 /port | |
parent | 5715a511fcd0490dfc74579ee95f88ef1877f021 (diff) |
toolchain: update, move to a Camellia-specific toolchain
Diffstat (limited to 'port')
-rwxr-xr-x | port | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |