From 38448c64d99182a1a602645cda4624cfbeeacd83 Mon Sep 17 00:00:00 2001 From: Wachid Adi Nugroho Date: Wed, 27 Jul 2022 07:40:20 +0700 Subject: [PATCH] Makefile: Add prefix for systemd directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d543f7c..9b3ce25 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ USE_NFTABLES ?= 0 WAYDROID_DIR := $(DESTDIR)$(PREFIX)/lib/waydroid BIN_DIR := $(DESTDIR)$(PREFIX)/bin APPS_DIR := $(DESTDIR)$(PREFIX)/share/applications -SYSD_DIR := $(DESTDIR)/lib/systemd/system +SYSD_DIR := $(DESTDIR)$(PREFIX)/lib/systemd/system build: @echo "Nothing to build, run 'make install' to copy the files!" -- 2.47.3