[PC-BSD Commits] r3247 - pcbsd/trunk/system-overlay/PCBSD/bin
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 13 17:37:55 PST 2009
Author: kris
Date: 2009-01-13 17:37:55 -0800 (Tue, 13 Jan 2009)
New Revision: 3247
Modified:
pcbsd/trunk/system-overlay/PCBSD/bin/pdm
Log:
Fixed a bad file path in our LANG script for pdm
Modified: pcbsd/trunk/system-overlay/PCBSD/bin/pdm
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/bin/pdm 2009-01-14 01:21:56 UTC (rev 3246)
+++ pcbsd/trunk/system-overlay/PCBSD/bin/pdm 2009-01-14 01:37:55 UTC (rev 3247)
@@ -25,7 +25,7 @@
fi
# Check if we need to set the LANG variable so that KDM works with i18n
-KLANG="`grep ^Language= /PCBSD/local/kde4/share/config/kdmrc | cut -d '=' -f 2`"
+KLANG="`grep ^Language= /PCBSD/local/kde4/share/config/kdm/kdmrc | cut -d '=' -f 2`"
if [ "$KLANG" != "" -a "${KLANG}" != "en_US" ]
then
# Check if we have a .UTF-8 or some other extension and add it if missing
More information about the Commits
mailing list