Update default configuration file, install it to /etc/i3/config

This commit is contained in:
Michael Stapelberg
2009-03-04 09:22:00 +01:00
parent 415b5cc0e8
commit f84ace1a10
2 changed files with 27 additions and 9 deletions

View File

@ -41,7 +41,9 @@ all: ${FILES}
install: all
$(INSTALL) -d -m 0755 $(DESTDIR)/usr/bin
$(INSTALL) -d -m 0755 $(DESTDIR)/etc/i3
$(INSTALL) -m 0755 i3 $(DESTDIR)/usr/bin/
$(INSTALL) -m 0644 i3.config $(DESTDIR)/etc/i3/config
clean:
rm -f src/*.o