From 2b936d9cc01f488a19bf29ad98b169e508a0d42c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 11 Dec 2020 19:14:03 +0100 Subject: [PATCH] macOS build: fix directory names on my current build installation --- packaging/macos/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/macos/config.sh b/packaging/macos/config.sh index f763cafd3..e67514554 100644 --- a/packaging/macos/config.sh +++ b/packaging/macos/config.sh @@ -1,5 +1,5 @@ -export TARGET=$HOME/net/home/opt/mac -export SRCDIR=$HOME/net/home/prog/mac/source +export TARGET=$HOME/net/sweet-chili/home/mosu/opt/mac +export SRCDIR=$HOME/net/sweet-chili/home/mosu/prog/mac/source export PACKAGE_DIR=$HOME/prog/mac/packages export DOCBOOK_XSL_ROOT_DIR=$HOME/prog/mac/xsl-stylesheets export CMPL=$HOME/tmp/compile