From e5c0d04cb2e208f37e089ef3ff8d74aca5abed28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Fri, 26 Mar 2021 15:10:04 +0100 Subject: test/core_deps.mk: Fix jquery branch name Apparently it was renamed. --- test/core_deps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/core_deps.mk b/test/core_deps.mk index 977fcaf..973ff5d 100644 --- a/test/core_deps.mk +++ b/test/core_deps.mk @@ -91,7 +91,7 @@ core-deps-build-js: init $t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v $i "Add jquery to the list of build dependencies" - $t perl -ni.bak -e 'print;if ($$.==1) {print "BUILD_DEPS = jquery\ndep_jquery = git https://github.com/jquery/jquery master\n"}' $(APP)/Makefile + $t perl -ni.bak -e 'print;if ($$.==1) {print "BUILD_DEPS = jquery\ndep_jquery = git https://github.com/jquery/jquery main\n"}' $(APP)/Makefile $i "Build the application" $t $(MAKE) -C $(APP) $v -- cgit v1.2.3