from texmf/Makefile: # Also annoyingly loads of .orig files confuse update-patches
to help here, you can either use PATCHORIG, see bsd.port.mk(5), or add
this to a suitable target:
find . -name '*.orig' -print0 | xargs -0 rm
from texmf/Makefile: # Also annoyingly loads of .orig files confuse update-patches
to help here, you can either use PATCHORIG, see bsd.port.mk(5), or add
this to a suitable target:
find . -name '*.orig' -print0 | xargs -0 rm