makefile: Switch chmod 777 -> 755 for install the binary

reverse-branch
Martin Duquesnoy 18 years ago
parent 9a727be405
commit 7ed30d4bcb
  1. 2
      Makefile

@ -16,7 +16,7 @@ install : ${BIN}
@echo "installing binary file to ${INSTALLPATH}${BIN}"
@cp ${BIN} ${INSTALLPATH}
@chmod 777 ${INSTALLPATH}${BIN}
@chmod 755 ${INSTALLPATH}${BIN}
@echo "installed."
uninstall :

Loading…
Cancel
Save