From 2e3d95da81a1b858f13ad89168db1b3eef5fefc8 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 2 Jan 2022 23:03:50 +0400 Subject: [PATCH] [Makefile] Update. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6ad429b..64cfb41 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ TARGET=httpprocwatchd SYSCTL=${shell which systemctl} SYSDDIR=${shell pkg-config systemd --variable=systemdsystemunitdir} +SYSDDIR=${SYSDDIR:/%=%} DESTDIR=/ LDFLAGS=-ldflags "-s -w"