yegle / fava-docker

A Dockerfile for beancount-fava
MIT License
91 stars 45 forks source link

fix: `make mostlyclean` now removes fava's translation resource #14

Closed kaaass closed 1 year ago

kaaass commented 1 year ago

After a breaking change of the Fava makefile from the upstream (beancount/fava@6adac249), make mostlyclean now removes fava's translation resource, which makes the final image lose all the language supports except English. This PR contains a simple fix that copies all the commands make mostlyclean executed except the one removing language resource.