From 3a7672b4cf8b417bc726f3b7869e23e0af2f083e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 11 Mar 2016 19:49:13 +0000 Subject: cleanup everything --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50342ef..0ac7814 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,6 @@ install: for d in $(SUBDIRS); do $(MAKE) -C $$d install; done install -d $(DESTDIR)/$(LIBEXECDIR) - install -m 0755 graphical_start.sh ${DESTDIR}/${LIBEXECDIR}/ install -d $(DESTDIR)/$(SBINDIR) install -d $(DESTDIR)/$(BINDIR) @@ -29,7 +28,5 @@ install: install -d $(DESTDIR)/$(UBINDIR) install -d $(DESTDIR)/$(SYSCONFDIR)/kogaion - install -m 0644 calamares.desktop $(DESTDIR)/$(SYSCONFDIR)/kogaion install -d $(DESTDIR)/$(SYSTEMD_UNITDIR)/ - install -m 0644 *.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/ -- cgit v1.2.3