From 91381dabb914377d1385bdac5f9f198009b45100 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Mon, 29 Nov 2021 15:58:14 +0100 Subject: [PATCH] DRAFT: library name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ffe3538e..9457b5e4 100644 --- a/Makefile +++ b/Makefile @@ -306,7 +306,7 @@ $(LIBS_DIR)/js/qrcode.js: unzip $(LIBS_DIR)/js ln -s $(LIBS_DIR)/qrcode-1.4.4/qrcode.min.js $@ $(LIBS_DIR)/js/ckeditor.js: unzip $(LIBS_DIR)/js - ln -s $(LIBS_DIR)/ckeditor5-build-classic-31.0.0/ckeditor.js $@ + ln -s $(LIBS_DIR)/ckeditor5-build-classic/ckeditor.js $@ $(addprefix $(LIBS_DIR)/, js css): -- GitLab