Files
RedBear-OS/local
vasilito 20ed0246b3 tlc: fix INSTALL.sh duplicate mkdir + cp into non-existent locales dir
End-to-end smoke test of dist/tlc-1.0.0/INSTALL.sh --user into a
temp HOME uncovered two bugs:

  1. Duplicate 'mkdir -p' block before/after the script_dir
     resolution. Removed the redundant second block.

  2. 'cp -r config/* locales/* mc-skins/*' failed when run with
     --user into ~/.local because the locale/skin subdirs were
     not created first (only the parent datadir was). Now creates
     all four target subdirs in the same mkdir block.

Smoke test result after fix: install into a fresh $HOME succeeds;
'~/.local/bin/{tlc,tlcedit,tlcview}' are on PATH; each binary
responds to --version / help. Same applies to system-wide install
prefix=/usr/local.

.deb package tested separately: 'dpkg-deb -x' into a temp prefix
also works; binaries verified responsive.
2026-06-21 01:58:58 +03:00
..