1
0

Remove sysusers.d config from Makefile.

This commit is contained in:
Alexander Andreev 2022-04-02 19:05:45 +04:00
parent 5d58e4d1f9
commit a1679f7aab
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F

View File

@ -24,8 +24,6 @@ install:
install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service 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} install -Dm 0755 -d ${DESTDIR}var/log/${TARGET}
stop-service: stop-service:
@ -38,7 +36,5 @@ uninstall:
rm ${DESTDIR}${SYSDDIR}/${TARGET}.service rm ${DESTDIR}${SYSDDIR}/${TARGET}.service
rm ${DESTDIR}usr/lib/sysusers.d/${TARGET}.conf
clean: clean:
go clean go clean