diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 09:38:42 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-06 09:38:42 +0000 |
commit | de3dd54c2cff4bd3234977dcfe188fec5882e885 (patch) | |
tree | dcf9ec665b84bde62cf7453f7b6a018735f51187 /Makefile | |
parent | fa4389f9cd15baea4bd882bd192e7333aee39a79 (diff) |
adjust paths
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)/ |