avoid creating symlinks with restricted permissions
[rofl0r-install.sh.git] / README.md
blobd2029a8f62f29607005ef4ac17df0ea43207cfce
1 simple public domain install script for use in Makefiles across platform,
2 written in portable POSIX sh.
4 why ? because BSD and Mac's install program doesn't support the usage of
6     install -Dm 755 myprog /bin/myprog
8 additionally, this version is atomic and supports symlinks.