From a1679f7aabab6754c96860b4c3d5197e4121d6ae Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 2 Apr 2022 19:05:45 +0400 Subject: [PATCH] Remove sysusers.d config from Makefile. --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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