summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorRené de Hesselle <dehesselle@web.de>2019-08-12 00:27:29 +0000
committerRené de Hesselle <dehesselle@web.de>2019-08-12 00:27:29 +0000
commitc8c55c6feb22f1fc5d36d7b2edbf3b67e87ac784 (patch)
tree2df569ac275f670458c64f7e00cfd1e1395bd776 /packaging
parentFix quoting/escaping in XDG directory paths (diff)
downloadinkscape-c8c55c6feb22f1fc5d36d7b2edbf3b67e87ac784.tar.gz
inkscape-c8c55c6feb22f1fc5d36d7b2edbf3b67e87ac784.zip
Fix quoting (again)
Previous commit contained errors, that should not have happened.
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macos/220-inkscape-package.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/macos/220-inkscape-package.sh b/packaging/macos/220-inkscape-package.sh
index fe4583e54..4529703f3 100755
--- a/packaging/macos/220-inkscape-package.sh
+++ b/packaging/macos/220-inkscape-package.sh
@@ -52,9 +52,9 @@ insert_before $APP_EXE_DIR/Inkscape 'export XDG_CONFIG_DIRS' '\
export XDG_DATA_HOME=\"$HOME/Library/Application Support/Inkscape/data\"\
export XDG_CONFIG_HOME=\"$HOME/Library/Application Support/Inkscape/config\"\
export XDG_CACHE_HOME=\"$HOME/Library/Application Support/Inkscape/cache\"\
-mkdir -p "$XDG_DATA_HOME"\
-mkdir -p "$XDG_CONFIG_HOME"\
-mkdir -p "$XDG_CACHE_HOME"\
+mkdir -p \"$XDG_DATA_HOME\"\
+mkdir -p \"$XDG_CONFIG_HOME\"\
+mkdir -p \"$XDG_CACHE_HOME\"\
'
# update Inkscape version information