aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_deps.mk
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <[email protected]>2021-03-26 15:10:04 +0100
committerJean-Sébastien Pédron <[email protected]>2021-03-26 15:10:04 +0100
commite5c0d04cb2e208f37e089ef3ff8d74aca5abed28 (patch)
tree1d59729629c7a62131691059efc3447ac6f34fe4 /test/core_deps.mk
parent579e9f397bd3487777c19dd0fe85694b98ecd231 (diff)
downloaderlang.mk-e5c0d04cb2e208f37e089ef3ff8d74aca5abed28.tar.gz
erlang.mk-e5c0d04cb2e208f37e089ef3ff8d74aca5abed28.tar.bz2
erlang.mk-e5c0d04cb2e208f37e089ef3ff8d74aca5abed28.zip
test/core_deps.mk: Fix jquery branch name
Apparently it was renamed.
Diffstat (limited to 'test/core_deps.mk')
-rw-r--r--test/core_deps.mk2
1 files changed, 1 insertions, 1 deletions
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