diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-13 08:22:51 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-13 08:22:51 +0000 |
commit | 5f120ae34681a55a61ced78d0c482a3ac9375345 (patch) | |
tree | 0423eeb378102c77cef80725e6f65b88bfcef912 /Makefile | |
parent | 3a7672b4cf8b417bc726f3b7869e23e0af2f083e (diff) |
add live user on the fly, no more need to embed it into iso
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -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)/ |