From c7c5b813ed58fd9e8eea32441325778531f19f89 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sun, 18 Feb 2024 00:23:24 +0100 Subject: [PATCH] Try to handle the nitpick See https://github.com/DOMjudge/domjudge/pull/2303#discussion_r1493469404 for the reasoning behind this. --- Makefile | 2 +- webapp/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index df4f2069a03..ea04c486a4f 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ endif domserver: domserver-configure paths.mk config judgehost: judgehost-configure paths.mk config docs: paths.mk config -install-domserver: domserver composer-dump-autoload domserver-create-dirs +install-domserver: composer-dump-autoload domserver-create-dirs install-judgehost: judgehost judgehost-create-dirs install-docs: docs-create-dirs dist: configure composer-dependencies diff --git a/webapp/Makefile b/webapp/Makefile index 9a41d369656..4d2cec1c8e2 100644 --- a/webapp/Makefile +++ b/webapp/Makefile @@ -12,7 +12,7 @@ SUBDIRS = config copy-bundle-assets: # We can not use bin/console here, as when using a fakeroot, # the include paths are broken. We just copy in the data we need - -rm -rf public/bundles/nelmioapidoc/* + -rm -rf public/bundles/nelmioapidoc mkdir -p public/bundles/nelmioapidoc cp -a ../lib/vendor/nelmio/api-doc-bundle/Resources/public/* public/bundles/nelmioapidoc/