From 9cfccfb968dbfd360091d7c1c2e9cb3bd8ba4043 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Thu, 2 Apr 2026 23:19:04 -0300 Subject: [PATCH] build/macos: Fix macOS CWD error message It should direct to gimp-web-devel --- build/macos/1_build-deps-macports.sh | 2 +- build/macos/2_build-gimp-macports.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/macos/1_build-deps-macports.sh b/build/macos/1_build-deps-macports.sh index 21316bb1a6..a348b351ee 100644 --- a/build/macos/1_build-deps-macports.sh +++ b/build/macos/1_build-deps-macports.sh @@ -8,7 +8,7 @@ case $(readlink /proc/$$/exe) in esac set -e if [ "$0" != 'build/macos/1_build-deps-macports.sh' ] && [ $(basename "$PWD") != 'macos' ]; then - printf '\033[31m(ERROR)\033[0m: Script called from wrong dir. Please, call this script from the root of gimp git dir/\n' + printf '\033[31m(ERROR)\033[0m: Script called from wrong dir. Please, read: https://developer.gimp.org/core/setup/build/macos/\n' exit 1 elif [ $(basename "$PWD") = 'macos' ]; then cd ../../.. diff --git a/build/macos/2_build-gimp-macports.sh b/build/macos/2_build-gimp-macports.sh index c7e1de5fbb..a5f13fcb0d 100644 --- a/build/macos/2_build-gimp-macports.sh +++ b/build/macos/2_build-gimp-macports.sh @@ -8,7 +8,7 @@ case $(readlink /proc/$$/exe) in esac set -e if [ "$0" != 'build/macos/2_build-gimp-macports.sh' ] && [ $(basename "$PWD") != 'macos' ]; then - printf '\033[31m(ERROR)\033[0m: Script called from wrong dir. Please, call this script from the root of gimp git dir/\n' + printf '\033[31m(ERROR)\033[0m: Script called from wrong dir. Please, read: https://developer.gimp.org/core/setup/build/macos/\n' exit 1 elif [ $(basename "$PWD") = 'macos' ]; then cd ../../..