From 024cd7ff5e91ad03d57bd1a1db90796fa9b411f2 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 25 May 2022 00:53:26 +0400 Subject: [PATCH] Removed creating of log dir, since it is handled by systemd. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 82ee7ac..4cb246a 100755 --- a/Makefile +++ b/Makefile @@ -34,8 +34,6 @@ install: install -Dm 0644 build/dwelling-upload.conf ${DESTDIR}usr/lib/sysusers.d/dwelling-upload.conf - install -Dm 0755 -d ${DESTDIR}var/log/dwelling-upload - uninstall: rm ${DESTDIR}usr/bin/${TARGET} rm ${DESTDIR}usr/bin/${TARGET}-clean