Skip to content

Commit

Permalink
Fix ghostscript paths in wrapper script
Browse files Browse the repository at this point in the history
  • Loading branch information
apjanke committed Jun 24, 2018
1 parent ac17eda commit 5f3cd46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundle_octave
Expand Up @@ -369,7 +369,8 @@ function munge_build() {

# Set path for ghostscript
gs_ver="$("$install_usr/bin/gs" --version)"
gs_share="$install_usr/opt/ghostscript/share/ghostscript"
gs_opt=$("$brew" --prefix "ghostscript_${gs_ver}")
gs_share="$gs_opt/share/ghostscript"

# make a local copy for munging
mkdir -p build
Expand Down

0 comments on commit 5f3cd46

Please sign in to comment.