diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-11 19:49:13 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-11 19:49:13 +0000 |
commit | 3a7672b4cf8b417bc726f3b7869e23e0af2f083e (patch) | |
tree | b11e61c58adc30a320565cd465f17e63486e577d /Makefile | |
parent | 604d0fb412ec7b450c89cb726f3f3d1560e416fe (diff) |
cleanup everything
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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)/ |