Radix cross Linux 3pp sources

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

423 Commits   0 Branches   0 Tags
author: kx <kx@radix-linux.su> 2025-03-01 20:33:08 +0300 committer: kx <kx@radix-linux.su> 2025-03-01 20:33:08 +0300 commit: b4e6656504f3af6bfa32046a8551ad8c808a5556 parent: 6a6a3ec2f978247db9c0e27cb53977baba2daff8
Commit Summary:
icu4c: 'ICU-21964 use a single LICENSE file' fix
Diffstat:
1 file changed, 3 insertions, 3 deletions
diff --git a/packages/l/icu4c/Makefile b/packages/l/icu4c/Makefile
index 0d96a70..bbfb2a1 100644
--- a/packages/l/icu4c/Makefile
+++ b/packages/l/icu4c/Makefile
@@ -60,9 +60,9 @@ $(tarballs): $(git_repo)
 	  fi ; \
 	  tar xJf $(repo_name)-$$version.$(suffix) ; \
 	  ( cd $(repo_name)-$$version ; \
-	    if [ -L ${repo_name}4c/LICENSE -a -r LICENSE ] ; then \
-	      rm -f ${repo_name}4c/LICENSE ; \
-	      cp LICENSE ${repo_name}4c    ; \
+	    if [ -L $(repo_name)4c/LICENSE -a -r LICENSE ] ; then \
+	      rm -f $(repo_name)4c/LICENSE ; \
+	      cp LICENSE $(repo_name)4c    ; \
 	    fi ; \
 	    mv $(repo_name)4c $(repo_name)4c-$$version ; \
 	    tar cJvf ../$(repo_name)4c-$$version.$(suffix) $(repo_name)4c-$$version ) ; \