When one runs the install-script it should default to /usr/local/bin
Currently /usr/bin is used which is really bad practice. This is reserved for distro package manager installs and should never be used by third parties.
Also if one chooses to install to an alternate directory a lot of functionality fails because paths have been hard-coded internally to /usr/bin.
There is also a file opcodes.txt installed to the bin dir, which doesn't make any sense.
Please correct these issues.
When one runs the install-script it should default to
/usr/local/binCurrently
/usr/binis used which is really bad practice. This is reserved for distro package manager installs and should never be used by third parties.Also if one chooses to install to an alternate directory a lot of functionality fails because paths have been hard-coded internally to
/usr/bin.There is also a file
opcodes.txtinstalled to the bin dir, which doesn't make any sense.Please correct these issues.