From 24c5f592001dd61284b0ac371d5f51bd5f39c949 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 23 Sep 2023 03:59:17 +0400 Subject: [PATCH] In Makefile set DSTDIR to an empty string. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1efb569..b4f86fe 100755 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TARGET=dwelling-home SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR=${SYSDDIR_:/%=%} -DESTDIR=/ +DESTDIR:= VERSION=23.32.0