From: Michael Stapelberg Date: Sun, 10 Jun 2012 16:31:42 +0000 (+0200) Subject: makefile: don’t try to install i3.welcome X-Git-Tag: 4.3~205^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3587155c47ea1c70c55ba636b7b98347b18ebe11;p=i3%2Fi3 makefile: don’t try to install i3.welcome --- diff --git a/Makefile b/Makefile index 4cdcee43..065cdbcb 100644 --- a/Makefile +++ b/Makefile @@ -96,7 +96,6 @@ install: all $(INSTALL) -m 0755 i3-sensible-terminal $(DESTDIR)$(PREFIX)/bin/ test -e $(DESTDIR)$(SYSCONFDIR)/i3/config || $(INSTALL) -m 0644 i3.config $(DESTDIR)$(SYSCONFDIR)/i3/config test -e $(DESTDIR)$(SYSCONFDIR)/i3/config.keycodes || $(INSTALL) -m 0644 i3.config.keycodes $(DESTDIR)$(SYSCONFDIR)/i3/config.keycodes - $(INSTALL) -m 0644 i3.welcome $(DESTDIR)$(SYSCONFDIR)/i3/welcome $(INSTALL) -m 0644 i3.xsession.desktop $(DESTDIR)$(PREFIX)/share/xsessions/i3.desktop $(INSTALL) -m 0644 i3.applications.desktop $(DESTDIR)$(PREFIX)/share/applications/i3.desktop $(INSTALL) -m 0644 include/i3/ipc.h $(DESTDIR)$(PREFIX)/include/i3/