From e8e4b18e2e8582c3e667a98d9b78a5103a74bed2 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 12 Nov 2017 17:42:57 +0100 Subject: [PATCH] Get rid of the hardcoded version --- AppRun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppRun b/AppRun index 2f051473a..16d940346 100644 --- a/AppRun +++ b/AppRun @@ -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 $? -- 2.40.0