diff options
| author | René de Hesselle <dehesselle@web.de> | 2019-09-05 18:47:52 +0000 |
|---|---|---|
| committer | René de Hesselle <dehesselle@web.de> | 2019-09-05 18:47:52 +0000 |
| commit | 48e7c744051a6bff765b3207e94589f49e010c99 (patch) | |
| tree | 73c8f84eb487a3e38f695916b47a640b83335a62 /packaging/macos/020-vars.sh | |
| parent | Fix a crash on ubuntu by a icon missing (diff) | |
| download | inkscape-48e7c744051a6bff765b3207e94589f49e010c99.tar.gz inkscape-48e7c744051a6bff765b3207e94589f49e010c99.zip | |
Fix error in GTK launch script
Determine git repo version like it's done in the cmakefile.
Refactor usage of 'sed'.
Do not extract everything from toolset cache.
Diffstat (limited to 'packaging/macos/020-vars.sh')
| -rw-r--r-- | packaging/macos/020-vars.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macos/020-vars.sh b/packaging/macos/020-vars.sh index b59532303..d5e8c7123 100644 --- a/packaging/macos/020-vars.sh +++ b/packaging/macos/020-vars.sh @@ -75,7 +75,7 @@ TOOLSET_CACHE_ENABLE=true # In regards to (2), using an arbitrary system-level location like # $DEFAULT_SYSTEM_WRK_DIR is considered optional as in "you have to opt-in" # (and not mandatory at all). You can tell us that you "opted-in" by creating -# that directory beforehand and ensuring it's writable (2a). Than it's going to +# that directory beforehand and ensuring it's writable (2a). Then it's going to # be used. (I don't like writing scripts that write to arbitrary locations on # their own. Also, that would require 'sudo' permission.) # If $DEFAULT_SYSTEM_WRK_DIR does not exist, it means that you did not |
