Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: Akane on August 01, 2012, 12:41:11 AM
-
Here's reported and solved bug.
http://forum.tinycorelinux.net/index.php/topic,12219.msg65673.html
I'm very tired of doing
$ tce-load -i lynx gzip.tcz
Why don't you add "gzip.tcz" to the depend file?
Thanks.
-
IMHO it would be against the philosophy of core to create mandatory deps where not absolutely essential.
Feel free to create your own personal .dep file ;)
-
With most sites using deflate, it's not really optional today ;) Added.
-
Thanks for your reply, tinypoodle, curaga.
I forgot to say that lynx needs to "/usr/local/bin/gzip", but Busybox links gzip to "/usr/bin/gzip".
So I have to do
$ tce-load -i gzip.tcz
to prepare "/usr/local/bin/gzip".
Thanks for adding gzip.tcz to lynx.tcz.dep. I confirmed.
And I update it soon.