diff --git a/Makefile b/Makefile index f977c10..c798f17 100755 --- a/Makefile +++ b/Makefile @@ -24,8 +24,6 @@ install: install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service - install -Dm 0644 build/${TARGET}.conf ${DESTDIR}usr/lib/sysusers.d/${TARGET}.conf - install -Dm 0755 -d ${DESTDIR}var/log/${TARGET} stop-service: @@ -38,7 +36,5 @@ uninstall: rm ${DESTDIR}${SYSDDIR}/${TARGET}.service - rm ${DESTDIR}usr/lib/sysusers.d/${TARGET}.conf - clean: go clean