summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-08-20 02:10:47 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-08-20 02:10:47 +0000
commite47631e23b2a86470e4e801561068e04f779a927 (patch)
tree99c4e7112ebd05ad5d1a2714aa2991f3027812f5
parentgenerate GtkStock icon theme when filling the app bundle (diff)
downloadinkscape-e47631e23b2a86470e4e801561068e04f779a927.tar.gz
inkscape-e47631e23b2a86470e4e801561068e04f779a927.zip
follow-up to previous commit (adjust fallback for LIBPREFIX, adjust comment)
(bzr r13506.1.14)
-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