From 3552d077eaf77c21cc92c442b85fb527ba58e708 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Mon, 4 Sep 2023 13:07:41 -0500 Subject: [PATCH] fix deb build.sh --- src/chrome/installer/linux/debian/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chrome/installer/linux/debian/build.sh b/src/chrome/installer/linux/debian/build.sh index 4437b4ad..e353bf54 100755 --- a/src/chrome/installer/linux/debian/build.sh +++ b/src/chrome/installer/linux/debian/build.sh @@ -279,7 +279,7 @@ cd "${OUTPUTDIR}" # Allowed configs include optional HTTPS support and explicit multiarch # platforms. REPOCONFIGREGEX="deb (\\\\[arch=[^]]*\\\\b${ARCHITECTURE}\\\\b[^]]*\\\\]" -REPOCONFIGREGEX+="[[:space:]]*) https?://${BASEREPOCONFIG}" +# REPOCONFIGREGEX+="[[:space:]]*) https?://${BASEREPOCONFIG}" stage_install_debian do_package