[PC-BSD Commits] r3983 - pbibuild/modules/net-im/pidgin/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue May 26 09:48:39 PDT 2009
Author: kris
Date: 2009-05-26 09:48:39 -0700 (Tue, 26 May 2009)
New Revision: 3983
Modified:
pbibuild/modules/net-im/pidgin/overlay-dir/PBI.SetupScript.sh
Log:
Fixed pidgin to work with other locales properly.
Thanks Loader!
Modified: pbibuild/modules/net-im/pidgin/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/net-im/pidgin/overlay-dir/PBI.SetupScript.sh 2009-05-26 13:27:23 UTC (rev 3982)
+++ pbibuild/modules/net-im/pidgin/overlay-dir/PBI.SetupScript.sh 2009-05-26 16:48:39 UTC (rev 3983)
@@ -22,4 +22,16 @@
ln -s /usr/local/etc/fonts /Programs/${PROGDIR}/etc/fonts
fi
+if [ ! -d "/Programs/${PROGDIR}/lib/X11" ]
+then
+ mkdir /Programs/${PROGDIR}/lib/X11
+fi
+
+if [ -d "/PCBSD/local/lib/X11/locale" ]
+then
+ ln -s /PCBSD/local/lib/X11/locale /Programs/${PROGDIR}/lib/X11/locale
+else
+ ln -s /usr/local/lib/X11/locale /Programs/${PROGDIR}/lib/X11/locale
+fi
+
echo "LAUNCHCLOSE: /Programs/bin/pidgin"
More information about the Commits
mailing list