summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/d/check/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/packages/d/check/Makefile b/packages/d/check/Makefile
index 65b6fbe..de208ab 100644
--- a/packages/d/check/Makefile
+++ b/packages/d/check/Makefile
@@ -14,7 +14,7 @@
# https://github.com/libcheck/check/releases
#
-url = https://github.com/libcheck/check.git
+url = https://github.com/libcheck
repo_name = check
@@ -36,11 +36,7 @@ all: $(TARGETS)
$(git_repo):
@echo -e "\n======= Clone $(repo_name).git repository =======\n"
@rm -rf $(repo_name)
- @if [ "$(url)" = 'git://radix.pro' ]; then \
- git clone $(url)/$(repo_name).git $(repo_name) ; \
- else \
- git clone $(url) $(repo_name) ; \
- fi
+ @git clone $(url)/$(repo_name).git $(repo_name)
@touch $@