Skip to content

Commit

Permalink
Makefile coherence
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Aug 17, 2019
1 parent 84537e9 commit ffb4109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ${NAME}.o: ${NAME}.c
realinstall: all
cp ${DAEMON_NAME} ${LOCALBASE}/etc/rc.d/${DAEMON_NAME}
cp ${NAME} ${LOCALBASE}${BINDIR}${NAME}
chmod 0555 /etc/rc.d/${DAEMON_NAME}
chmod 0555 ${LOCALBASE}/etc/rc.d/${DAEMON_NAME}
chmod 0555 ${LOCALBASE}${BINDIR}${NAME}
rcctl enable ${DAEMON_NAME}
rcctl start ${DAEMON_NAME}
Expand Down

0 comments on commit ffb4109

Please sign in to comment.