summaryrefslogtreecommitdiffstats
path: root/packaging/macos/230-inkscape-distrib.sh
diff options
context:
space:
mode:
authorRené de Hesselle <dehesselle@web.de>2019-09-12 23:38:10 +0000
committerRené de Hesselle <dehesselle@web.de>2019-09-12 23:38:10 +0000
commit5b8f8d2c7566d3a1c94c763e983c0c8a9b1f159a (patch)
treeebb3d8f1608eef4f8f975d49fff283b2e052870b /packaging/macos/230-inkscape-distrib.sh
parentRemove dependency on user's .profile (diff)
downloadinkscape-5b8f8d2c7566d3a1c94c763e983c0c8a9b1f159a.tar.gz
inkscape-5b8f8d2c7566d3a1c94c763e983c0c8a9b1f159a.zip
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.
Diffstat (limited to '')
-rwxr-xr-xpackaging/macos/230-inkscape-distrib.sh2
1 files changed, 2 insertions, 0 deletions
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 <<EOF >$SRC_DIR/run_dmgbuild.sh
#!/usr/bin/env bash
SCRIPT_DIR=$SELF_DIR