From e47631e23b2a86470e4e801561068e04f779a927 Mon Sep 17 00:00:00 2001 From: su_v Date: Wed, 20 Aug 2014 04:10:47 +0200 Subject: follow-up to previous commit (adjust fallback for LIBPREFIX, adjust comment) (bzr r13506.1.14) --- packaging/macosx/create-stock-icon-theme.sh | 2 +- packaging/macosx/osx-app.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/macosx/create-stock-icon-theme.sh b/packaging/macosx/create-stock-icon-theme.sh index de3d4d94b..6ca3d5772 100755 --- a/packaging/macosx/create-stock-icon-theme.sh +++ b/packaging/macosx/create-stock-icon-theme.sh @@ -11,7 +11,7 @@ #--------------------------------------------------------- if [ -z $LIBPREFIX ]; then - LIBPREFIX="$MP_QUARTZ_PREFIX" + LIBPREFIX="/opt/local-x11" fi if [ -z $stock_src ]; then stock_src="$(pwd)/stock-icons" diff --git a/packaging/macosx/osx-app.sh b/packaging/macosx/osx-app.sh index 00cf75cd4..848b70080 100755 --- a/packaging/macosx/osx-app.sh +++ b/packaging/macosx/osx-app.sh @@ -202,7 +202,7 @@ fi # Set the 'macosx' directory, usually the current directory. resdir=`pwd` -# Custom resources used for symbolic icons and dark theme +# Custom resources used to generate resources during app bundle creation. if [ -z "$custom_res" ] ; then custom_res="${resdir}/Resources-extras" fi -- cgit v1.2.3