summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/macosx/create-stock-icon-theme.sh2
-rwxr-xr-xpackaging/macosx/osx-app.sh2
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