From: Wachid Adi Nugroho Date: Wed, 27 Jul 2022 00:40:20 +0000 (+0700) Subject: Makefile: Add prefix for systemd directory X-Git-Tag: 1.3.0~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/38448c64d99182a1a602645cda4624cfbeeacd83?ds=sidebyside Makefile: Add prefix for systemd directory --- 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!"