From 5b8f8d2c7566d3a1c94c763e983c0c8a9b1f159a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81=20de=20Hesselle?= Date: Fri, 13 Sep 2019 01:38:10 +0200 Subject: Fix packaging and distribution scripts The previous commit was faulty. The run_in_terminal scripts in steps 220 and 230 need to source in the configuration as every other script. Dependencies on variables must be handled independently from the main script. --- packaging/macos/230-inkscape-distrib.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging/macos/230-inkscape-distrib.sh') diff --git a/packaging/macos/230-inkscape-distrib.sh b/packaging/macos/230-inkscape-distrib.sh index 7190ce83b..931b663be 100755 --- a/packaging/macos/230-inkscape-distrib.sh +++ b/packaging/macos/230-inkscape-distrib.sh @@ -37,6 +37,8 @@ convert -size 560x400 xc:transparent \ # a separate script and be executed via Terminal.app. # See: https://github.com/al45tair/dmgbuild/pull/11 +cp $SELF_DIR/inkscape_dmg.py $SRC_DIR + cat <$SRC_DIR/run_dmgbuild.sh #!/usr/bin/env bash SCRIPT_DIR=$SELF_DIR -- cgit v1.2.3