diff --git a/Makefile b/Makefile index 384eee5..15fbdc4 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,6 @@ install-bin: install-template: $(INSTALL) -d -m 0755 "$(DESTDIR)$(LIBDIR)" $(INSTALL) -d -m 0755 "$(DESTDIR)$(TEMPLATEDIR)" - tar cf - -C template . | (cd "$(DESTDIR)$(TEMPLATEDIR)" && tar xf -) + tar cf - -C template --exclude "*.svg" . | (cd "$(DESTDIR)$(TEMPLATEDIR)" && tar xf -) install: install-bin install-template