Bill374 / 2000-sail-polars

NMEA2000 message logging and sailing performance analysis
GNU General Public License v3.0
0 stars 0 forks source link

Copy executable utilities to /usr/local/bin or similar #1

Closed Bill374 closed 3 years ago

Bill374 commented 3 years ago

Command line executables need to be installed in a location where they can be easily run.

Add a section to install.cfg to list the executables. Update pi_install.py to copy the files and chmod them to be executables.

Bill374 commented 3 years ago

Files listed in the executables option of the [FILES] section of install.cfg are copied to /usr/local/bin. All files are chmod a+x.