Closed Janfel closed 5 years ago
I've made some improvements to install.sh if you're interested. The script now:
install.sh
PREFIX
/usr/bin
install
cp
Thanks for your contribution!
I've made some improvements to
install.sh
if you're interested. The script now:PREFIX
environment variable (so maintainers can install to/usr/bin
).install
instead ofcp
(makes sure that permissions and directories are correct).