Don’t override /etc/i3/config if it already exists

next
Michael Stapelberg 2009-03-06 16:56:04 +01:00
parent bf92a0c617
commit b372395a7d
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ 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
test -e $(DESTDIR)/etc/i3/config || $(INSTALL) -m 0644 i3.config $(DESTDIR)/etc/i3/config
clean:
rm -f src/*.o