Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: nitram on January 06, 2016, 05:12:33 PM

Title: [SOLVED] sce-debpurge first run error
Post by: nitram on January 06, 2016, 05:12:33 PM
Running  sce-debpurge  first run produces an error (forgot to paste), 2nd run no error. Only way to reproduce, therefore, is to reboot and run  sce-debpurge  again. The error appears related to line 34 of sce-debpurge:
Code: [Select]
DEBINX_SECURITY="/etc/sysconfig/tcedir/import/debinx/$DEBINX_SECURITY"

Appears to fix:
Code: [Select]
DEBINX_SECURITY="/etc/sysconfig/tcedir/import/debinx/"$DEBINX_SECURITY""
Title: Re: sce-debpurge first run error
Post by: Jason W on January 06, 2016, 05:21:23 PM
Ok, I will look into it.
Title: Re: sce-debpurge first run error
Post by: Jason W on January 06, 2016, 09:21:13 PM
Thanks, will be in next RC.
Title: [solved] Re: sce-debpurge first run error
Post by: nitram on January 07, 2016, 03:57:06 AM
Fixed, thanks, please mark [solved].