Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

343 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2023-10-10 17:14:25 +0300 committer: kx <kx@radix.pro> 2023-10-10 17:14:25 +0300 commit: 85d9e4cf4e5503de91a173e2f6452b004e7cb074 parent: d11958fa7d00a10c06959d34aec2f4f5ce577e12
Commit Summary:
openjdk info message
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/packages/x/openjdk/Makefile b/packages/x/openjdk/Makefile
index 6cca609..39216af 100644
--- a/packages/x/openjdk/Makefile
+++ b/packages/x/openjdk/Makefile
@@ -45,7 +45,7 @@ $(tarballs): $(git_repo)
 	@for version in $(versions) ; do \
 	  tag=jdk-`echo $$version | rev | sed 's,^\([0-9]*\)\.,\1+,' | rev` ; \
 	  if [ ! -f $(repo_name)-$$version.$(suffix) ]; then \
-	    echo -e "\n======= Creating '$(repo_name)-$$version.$(suffix)' snapshot [tag: $${tag}] =======" ; \
+	    echo -e "\n======= Creating '$(pkg_name)-$$version.$(suffix)' snapshot [tag: $${tag}] =======" ; \
 	    ( cd $(repo_name) && \
 	      git archive --format=tar --prefix=$(pkg_name)-$$version/ $$tag | \
 	      xz >../$(pkg_name)-$$version.$(suffix) ) ; \