diff options
| author | su_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 |
| commit | e47631e23b2a86470e4e801561068e04f779a927 (patch) | |
| tree | 99c4e7112ebd05ad5d1a2714aa2991f3027812f5 | |
| parent | generate GtkStock icon theme when filling the app bundle (diff) | |
| download | inkscape-e47631e23b2a86470e4e801561068e04f779a927.tar.gz inkscape-e47631e23b2a86470e4e801561068e04f779a927.zip | |
follow-up to previous commit (adjust fallback for LIBPREFIX, adjust comment)
(bzr r13506.1.14)
| -rwxr-xr-x | packaging/macosx/create-stock-icon-theme.sh | 2 | ||||
| -rwxr-xr-x | 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 |
