[PC-BSD Commits] r3303 - pbibuild/modules/lure/overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Tue Jan 20 17:58:52 PST 2009
Author: gonzalo
Date: 2009-01-20 17:58:52 -0800 (Tue, 20 Jan 2009)
New Revision: 3303
Modified:
pbibuild/modules/lure/overlay-dir/PBI.SetupScript.sh
Log:
setup script stupid thing fixed
Modified: pbibuild/modules/lure/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/lure/overlay-dir/PBI.SetupScript.sh 2009-01-21 01:50:01 UTC (rev 3302)
+++ pbibuild/modules/lure/overlay-dir/PBI.SetupScript.sh 2009-01-21 01:58:52 UTC (rev 3303)
@@ -43,7 +43,7 @@
if [ "${IDIOMA}" = "English" ]; then
IDIOMA="en"
fi
- mv -fR /Programs/${PROGNAME}/game/lure/lang/${LANG}/ /Programs/${PROGNAME}/game/lure/
+ mv -fR /Programs/${PROGNAME}/game/lure/lang/${IDIOMA}/ /Programs/${PROGNAME}/game/lure/
rm -fR /Programs/${PROGNAME}/game/lure/lang
# Save the right lang selected in the lure
sed -e "s,IDIOMA,${IDIOMA},g" /Programs/${PROGDIR}/bin/lure > /tmp/lure
More information about the Commits
mailing list