aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-17 00:00:59 +0100
committerGitHub <noreply@github.com>2020-11-16 18:00:59 -0500
commit949e3f53f61f5e7572fd64933dce37c54b406c46 (patch)
tree57cb5af197d93afb3393f5e977c3772eddeeedd5 /Makefile
parent859e3d3db686c2a0424b66ada96a4776ea443094 (diff)
downloadgitea-949e3f53f61f5e7572fd64933dce37c54b406c46.tar.gz
gitea-949e3f53f61f5e7572fd64933dce37c54b406c46.zip
Fix Fomatic Build (#13595)
Port of #13593 to 1.14
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a4b7c73638..3c13045756 100644
--- a/Makefile
+++ b/Makefile
@@ -638,8 +638,8 @@ fomantic: $(FOMANTIC_DEST)
$(FOMANTIC_DEST): $(FOMANTIC_CONFIGS) | node_modules
rm -rf $(FOMANTIC_DEST_DIR)
- cp web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
- cp -r web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
+ cp -f web_src/fomantic/theme.config.less node_modules/fomantic-ui/src/theme.config
+ cp -rf web_src/fomantic/_site/* node_modules/fomantic-ui/src/_site/
npx gulp -f node_modules/fomantic-ui/gulpfile.js build
@touch $(FOMANTIC_DEST)