Closed Julow closed 1 year ago
Fix https://github.com/tarides/ocaml-platform-installer/issues/141
Install the binary into /usr/local/bin only if it exists, otherwise install into /usr/bin. The current 'install' command would install the platform binary as /usr/local/bin literally, which is highly unwanted.
/usr/local/bin
/usr/bin
Fix https://github.com/tarides/ocaml-platform-installer/issues/141
Install the binary into
/usr/local/bin
only if it exists, otherwise install into/usr/bin
. The current 'install' command would install the platform binary as/usr/local/bin
literally, which is highly unwanted.