diff options
author | V3n3RiX <venerix@gmail.com> | 2014-12-20 19:38:17 +0200 |
---|---|---|
committer | V3n3RiX <venerix@gmail.com> | 2014-12-20 19:38:17 +0200 |
commit | c879148f0c34a4ec243f951bba9fc22db665af6a (patch) | |
tree | daebff9b3707258e57826fe26a8a5e0bf1db5d72 /Makefile | |
parent | 5ce5d9dbce748716ef08288a0557a43b079d1fc0 (diff) |
drop openrc unit files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -8,7 +8,6 @@ BINDIR ?= /bin LIBEXECDIR ?= /usr/libexec SYSCONFDIR ?= /etc SYSTEMD_UNITDIR ?= $(LIBDIR)/systemd/system -SYSV_INITDIR = /etc/init.d all: for d in $(SUBDIRS); do $(MAKE) -C $$d; done @@ -47,11 +46,3 @@ install: install -d $(DESTDIR)/$(SYSTEMD_UNITDIR)/ install -m 0644 *.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/ - - install -d $(DESTDIR)/$(SYSV_INITDIR)/ - install -m 0755 x-setup-init.d $(DESTDIR)/$(SYSV_INITDIR)/x-setup - install -m 0755 graphical_start ${DESTDIR}/${SYSV_INITDIR} - install -m 0755 kogaionlive $(DESTDIR)/$(SYSV_INITDIR)/ - install -m 0755 installer-gui $(DESTDIR)/$(SYSV_INITDIR)/ - install -m 0755 installer-text $(DESTDIR)/$(SYSV_INITDIR)/ - install -m 0755 cdeject $(DESTDIR)/$(SYSV_INITDIR)/ |