From 108808bb8f432feac673647af0c9b823fcc85f81 Mon Sep 17 00:00:00 2001 From: Pierce Andjelkovic Date: Thu, 10 Mar 2022 18:07:51 +1100 Subject: [PATCH] Ports: Point indent to the correct config.sub location --- Ports/indent/package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ports/indent/package.sh b/Ports/indent/package.sh index 3255b44e19..5f58bc8fb4 100755 --- a/Ports/indent/package.sh +++ b/Ports/indent/package.sh @@ -6,6 +6,7 @@ https://ftpmirror.gnu.org/gnu/indent/indent-${version}.tar.gz.sig indent-${versi https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg" useconfigure=true use_fresh_config_sub=true +config_sub_path=config/config.sub auth_type="sig" auth_opts=("--keyring" "./gnu-keyring.gpg" "indent-${version}.tar.gz.sig")