diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-23 19:10:06 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-23 19:10:06 -0500 |
commit | 0da4d45e43a830c1a4977e6714a85bfd57a3b318 (patch) | |
tree | c3ea26db3c4d30b324183a29b3127348dbc52985 | |
parent | 1416e1d3fe7f66b97356871a6ede5f8f21ba01a2 (diff) | |
download | cl-0da4d45e43a830c1a4977e6714a85bfd57a3b318.tar.lz cl-0da4d45e43a830c1a4977e6714a85bfd57a3b318.tar.xz cl-0da4d45e43a830c1a4977e6714a85bfd57a3b318.zip |
fix duplicate files in compress
-rw-r--r-- | Makefile.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.example b/Makefile.example index a4418eb..3aeec53 100644 --- a/Makefile.example +++ b/Makefile.example @@ -82,6 +82,7 @@ else endif vendor: + rm -rf output/{de,en,eo,fr}/vendor/ xargs -n 1 cp -pPR content/vendor/<<<"output/de output/en output/eo output/fr" stopserver: |