From be10ccfb49ff97bd9e25eff8a3028850619114da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Thu, 5 Nov 2020 17:22:54 +0100 Subject: [PATCH] add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/fix-konnectd-build.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/unreleased/fix-konnectd-build.md diff --git a/changelog/unreleased/fix-konnectd-build.md b/changelog/unreleased/fix-konnectd-build.md new file mode 100644 index 0000000000..63b20ea1e2 --- /dev/null +++ b/changelog/unreleased/fix-konnectd-build.md @@ -0,0 +1,8 @@ +Bugfix: Fix konnectd build + +Tags: konnectd + +We fixed the default config for konnectd and updated the Makefile to include the `yarn install`and `yarn build` steps if the static assets are missing. + +https://github.com/owncloud/ocis/pull/809 +