]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
Makefile: Add prefix for systemd directory
authorWachid Adi Nugroho <wachidadinugroho.maya@gmail.com>
Wed, 27 Jul 2022 00:40:20 +0000 (07:40 +0700)
committerAlessandro Astone <ales.astone@gmail.com>
Fri, 5 Aug 2022 16:44:48 +0000 (18:44 +0200)
Makefile

index d543f7cf57427c0417d43a5b33dab2df58f22857..9b3ce25cf157f36426bad51c1a6b64b9d19606b9 100644 (file)
--- 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!"