diff --git a/Makefile b/Makefile index c798f17..eeaa734 100755 --- a/Makefile +++ b/Makefile @@ -24,8 +24,6 @@ install: install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service - install -Dm 0755 -d ${DESTDIR}var/log/${TARGET} - stop-service: ${SYSCTL} stop ${TARGET}.service ${SYSCTL} disable ${TARGET}.service