Skip to content

Commit

Permalink
Don't install vendor .git directories
Browse files Browse the repository at this point in the history
This saves about 150 MiB of storage.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Aug 16, 2023
1 parent fcd3def commit f37ab0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export SEDSCRIPT
install: all
$(MKDIR) $(SHAREDIR)
$(CP) script xsd xslt vendor lib.sh $(SHAREDIR)
$(RM) $(SHAREDIR)/vendor/*/.git
$(MKDIR) $(BINDIR)
eval "$$SEDSCRIPT" | sed -f - bin/ocr-transform.sh > $(BINDIR)/ocr-transform
eval "$$SEDSCRIPT" | sed -f - bin/ocr-validate.sh > $(BINDIR)/ocr-validate
Expand Down

0 comments on commit f37ab0c

Please sign in to comment.