From 3c5e37774fa7acd04fb648187e080a3c62a0d4ea Mon Sep 17 00:00:00 2001 From: John Clements Date: Mon, 15 Aug 2022 23:03:25 -0400 Subject: [PATCH] repair SRC_CATALOG --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d29375a7c1..04bac32dc77 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ PKG_UPDATE_OPTIONS = PLT_SETUP_OPTIONS = # Catalog for package sources: -SRC_CATALOG = https://download.racket-lang.org/releases/8.6/catalog +SRC_CATALOG = "https://download.racket-lang.org/releases/8.6/catalog/" # Built-in catalog for package sources (not meant to be configured): DEFAULT_SRC_CATALOG = https://pkgs.racket-lang.org