Skip to content

Commit

Permalink
Get rid of the hardcoded version
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored and dlemstra committed Nov 12, 2017
1 parent fbb478d commit e8e4b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
HERE="$(dirname "$(readlink -f "${0}")")"

export MAGICK_HOME="$HERE/usr" # http://www.imagemagick.org/QuickStart.txt
export MAGICK_CONFIGURE_PATH="$HERE/usr/lib/ImageMagick-7.0.7/config-Q16/" # Undocumented?
export MAGICK_CONFIGURE_PATH=$(readlink -f "$HERE/usr/lib/ImageMagick-*/config-*/") # Undocumented?

if [ "$1" == "man" ] ; then
export MANPATH="$HERE/usr/share/man:$MANPATH" ; exec "$@" ; exit $?
Expand Down

0 comments on commit e8e4b18

Please sign in to comment.