Fix typos for MacOSX packaging scripts

Fixed a couple of typos.

[Dirk Hohndel:	I took the typo fixes, but not the change of shell used;
		rewrote the commit message accordingly]

Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Henrik Brautaset Aronsen 2012-10-02 10:27:26 +02:00 committed by Dirk Hohndel
parent fec749c1b4
commit eba4b86788
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ You still need to manually build a DMG if you want to easily distribute this.
One important caveat is that (at least with MacPorts) you need to build pango like this:
sudo port install pango +builtin_modules +no_x11 +quart
sudo port install pango +builtin_modules +no_x11 +quartz
Without the builtin modules the installed application fails to find the modules and doesn't render any text.

View file

@ -96,7 +96,7 @@ elif test -z $LANG -a -f "$I18NDIR/${APPLELOCALE:0:2}/LC_MESSAGES/$APP.mo"; then
export LANG="${APPLELOCALE:0:2}"
fi
#Next we need to set LC_MESSAGES. If at all possilbe, we want a full
#Next we need to set LC_MESSAGES. If at all possible, we want a full
#5-character locale to avoid the "Locale not supported by C library"
#warning from Gtk -- even though Gtk will translate with a
#two-character code.