|
From: Thorsten O. <ad...@th...> - 2018-08-07 06:24:43
|
On Dienstag, 7. August 2018 07:49:28 CEST Paul Wratt wrote: > Alternatively, what about using the src's from GentooMiNT, and cross-compile > those for an update That's not the problem, the sources are in the mintlib repo (in the tz subdirectory). But the actual files that are installed in /usr/share/zoneinfo are machine-dependent files that are generated by zic. You will have to cross- compile zic, then take the executable and all those description files, transfer it to a real machine (or emulator), run it there using the commands from the original makefile, install them, and then transfer the generated files back. Also, using any files from GenToo would be actually a downgrade, since they are much older. |