libraries/libcanberra: Fixed typo in README

Thanks to bnguyen :-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-04-02 15:53:05 -05:00
parent b0915b47ac
commit 1b80d82d0a

View file

@ -5,7 +5,7 @@ and is designed to be portable.
This requires GConf and sound-theme-freedesktop, and you'll need to make This requires GConf and sound-theme-freedesktop, and you'll need to make
sure GTK_MODULES contains "canberra-gtk-module" - the easiest way to do sure GTK_MODULES contains "canberra-gtk-module" - the easiest way to do
that is to have something like this in your shell inititialization: that is to have something like this in your shell initialization:
if [ -z "$GTK_MODULES" ] ; then if [ -z "$GTK_MODULES" ] ; then
GTK_MODULES="canberra-gtk-module" GTK_MODULES="canberra-gtk-module"