From de3dd54c2cff4bd3234977dcfe188fec5882e885 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Nov 2016 09:38:42 +0000 Subject: adjust paths --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dec3f65..71e859f 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,6 @@ install: for d in $(SUBDIRS); do $(MAKE) -C $$d install; done install -d $(DESTDIR)/$(LIBEXECDIR) - install -m 0755 kogaionlive.sh $(DESTDIR)/$(LIBEXECDIR)/ + install -m 0755 redcorelive.sh $(DESTDIR)/$(LIBEXECDIR)/ install -d $(DESTDIR)/$(SYSTEMD_UNITDIR)/ - install -m 0644 kogaionlive.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/ + install -m 0644 redcorelive.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/ -- cgit v1.2.3