1
0

In Makefile set DSTDIR to an empty string.

This commit is contained in:
Alexander Andreev 2023-09-23 03:59:17 +04:00
parent f93c732ada
commit 24c5f59200
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -2,7 +2,7 @@ TARGET=dwelling-home
SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir} SYSDDIR_=${shell pkg-config systemd --variable=systemdsystemunitdir}
SYSDDIR=${SYSDDIR_:/%=%} SYSDDIR=${SYSDDIR_:/%=%}
DESTDIR=/ DESTDIR:=
VERSION=23.32.0 VERSION=23.32.0