Open Lastique opened 6 months ago
As was reported in https://github.com/thombashi/tcconfig/commit/e373d8ce616d061324666dbbc2f2ca5df942724f, the released .deb packages install executables into /usr/local/bin, which is not the normal location for executables installed by packages.
/usr/local/bin
Executables should be installed in /usr/bin.
/usr/bin
dpkg -i tcconfig_0.28.1_jammy_amd64.deb
which tcshow
Kubuntu 22.04, tcconfig_0.28.1_jammy_amd64.deb.
tcconfig_0.28.1_jammy_amd64.deb
Describe the bug
As was reported in https://github.com/thombashi/tcconfig/commit/e373d8ce616d061324666dbbc2f2ca5df942724f, the released .deb packages install executables into
/usr/local/bin
, which is not the normal location for executables installed by packages.Expected behavior
Executables should be installed in
/usr/bin
.To Reproduce
dpkg -i tcconfig_0.28.1_jammy_amd64.deb
which tcshow
Environments
Kubuntu 22.04,
tcconfig_0.28.1_jammy_amd64.deb
.