From 0da4d45e43a830c1a4977e6714a85bfd57a3b318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 23 Feb 2019 19:10:06 -0500 Subject: [PATCH] fix duplicate files in compress --- Makefile.example | 1 + 1 file changed, 1 insertion(+) 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: