Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: AbNoRMiS on January 03, 2012, 08:21:34 PM

Title: [solved] getlocale.tcz - core 4.2
Post by: AbNoRMiS on January 03, 2012, 08:21:34 PM
Code: [Select]
~ # version
4.2
~ # egrep -rn "[.]tce_dir" /tmp/tcloop/
/tmp/tcloop/fluxbox/usr/local/bin/fluxbox_ondemand:6:TCEDIR="$(cat /opt/.tce_dir)"
Binary file /tmp/tcloop/Xprogs/usr/bin/appbrowser matches
Binary file /tmp/tcloop/Xprogs/usr/bin/appsaudit matches
Binary file /tmp/tcloop/Xprogs/usr/bin/exittc matches
~ #

This is probably to be fixed in fluxbox.tcz (didn't try any other wm), since now the local tcz repo is linked by /etc/system/tcedir.
I wonder why the occurence in binaries?

also in getlocale.tcz
/tmp/tcloop/getlocale/usr/local/bin/getlocale.sh:64:TCEDIR=`cat /opt/.tce_dir`

please correct the TCEDIR variable for core 4.2
TCEDIR=`cat /opt/.tce_dir` to TCEDIR=/etc/sysconfig/tcedir
Title: Re: getlocale.tcz - core 4.2
Post by: curaga on January 04, 2012, 11:38:47 AM
Done.
Title: Re: getlocale.tcz - core 4.2
Post by: AbNoRMiS on January 06, 2012, 08:33:27 AM
thank you very much! :)