exclude SVGs from installation
This commit is contained in:
parent
cad9979d7b
commit
833dbc798c
2
Makefile
2
Makefile
@ -19,6 +19,6 @@ install-bin:
|
|||||||
install-template:
|
install-template:
|
||||||
$(INSTALL) -d -m 0755 "$(DESTDIR)$(LIBDIR)"
|
$(INSTALL) -d -m 0755 "$(DESTDIR)$(LIBDIR)"
|
||||||
$(INSTALL) -d -m 0755 "$(DESTDIR)$(TEMPLATEDIR)"
|
$(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
|
install: install-bin install-template
|
||||||
|
Loading…
Reference in New Issue
Block a user