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.pro> 2024-10-29 15:08:57 +0300 committer: kx <kx@radix.pro> 2024-10-29 15:08:57 +0300 commit: 2d961901d66e3f5da98cd75412da2633b355ae2b parent: 549325dcce9839508178db867dbf8d1b0dd5b7f6
Commit Summary:
domain: has been changed to radix-linux.su
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/packages/l/lz4/Makefile b/packages/l/lz4/Makefile
index 626d176..e844bd4 100644
--- a/packages/l/lz4/Makefile
+++ b/packages/l/lz4/Makefile
@@ -32,7 +32,7 @@ all: $(TARGETS)
 $(git_repo):
 	@echo -e "\n======= Clone $(repo_name).git repository =======\n"
 	@rm -rf $(repo_name)
-	@if [ "$(url)" = 'git://radix.pro' ]; then \
+	@if [ "$(url)" = 'git://radix-linux.su' ]; then \
 	   git clone $(url)/$(repo_name).git $(repo_name) ; \
 	 else \
 	   git clone $(url) $(repo_name) ; \