From 6b484a0e652c0ef28dde10654d9f60e7948cc078 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 27 Jan 2022 17:02:01 +0100 Subject: [PATCH] - fixed --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7166d54..93682eb 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,8 @@ $(JAR): $(OBJS) @cp -r PLUGIN-INF/ build/ @cp -r META-INF/ build/ @cd java; find ./ -name "*.class" -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd .. - @cd resources; find ./ -type f -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd .. +# @cd resources; find ./ -type f -print -exec cp --parents -r \{\} $(PWD)/build \; ; cd .. + cp -a resources/ $(PWD)/build @cd build; ${JAVAPATH}/jar cfvM ../$@ ./* ; cd .. %.class: %.java -- GitLab