summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@gmail.com>2014-12-20 19:38:17 +0200
committerV3n3RiX <venerix@gmail.com>2014-12-20 19:38:17 +0200
commitc879148f0c34a4ec243f951bba9fc22db665af6a (patch)
treedaebff9b3707258e57826fe26a8a5e0bf1db5d72 /Makefile
parent5ce5d9dbce748716ef08288a0557a43b079d1fc0 (diff)
drop openrc unit files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index f624ea3..592d33a 100644
--- a/Makefile
+++ b/Makefile
@@ -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)/