From 5f120ae34681a55a61ced78d0c482a3ac9375345 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Mar 2016 08:22:51 +0000 Subject: add live user on the fly, no more need to embed it into iso --- Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ac7814..dec3f65 100644 --- a/Makefile +++ b/Makefile @@ -19,14 +19,6 @@ install: for d in $(SUBDIRS); do $(MAKE) -C $$d install; done install -d $(DESTDIR)/$(LIBEXECDIR) - - install -d $(DESTDIR)/$(SBINDIR) - install -d $(DESTDIR)/$(BINDIR) - - install -d $(DESTDIR)/$(USBINDIR) - - install -d $(DESTDIR)/$(UBINDIR) - - install -d $(DESTDIR)/$(SYSCONFDIR)/kogaion - + install -m 0755 kogaionlive.sh $(DESTDIR)/$(LIBEXECDIR)/ install -d $(DESTDIR)/$(SYSTEMD_UNITDIR)/ + install -m 0644 kogaionlive.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/ -- cgit v1.2.3