From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] installer: Fix ISO download URL Date: Tue, 11 Apr 2023 09:44:57 +0000 Message-ID: <20230411094457.1552267-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4488816058258015582==" List-Id: --===============4488816058258015582== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The filename has been changed a while ago but the installer still tried to find the ISO image under the old filename. This patch updates the patch. Fixes: #13078 Signed-off-by: Michael Tremer --- lfs/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/installer b/lfs/installer index 65681b9e2..79d88b11c 100644 --- a/lfs/installer +++ b/lfs/installer @@ -31,7 +31,7 @@ DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) =20 SLOGAN =3D An Open Source Firewall Solution -DOWNLOAD_URL =3D https://downloads.ipfire.org/releases/ipfire-2.x/$(VERSION)= -core$(CORE)/$(SNAME)-$(VERSION).$(BUILD_ARCH)-full-core$(CORE).iso +DOWNLOAD_URL =3D https://downloads.ipfire.org/releases/ipfire-2.x/$(VERSION)= -core$(CORE)/$(SNAME)-$(VERSION)-core$(CORE)-$(BUILD_ARCH).iso =20 ############################################################################= ### # Top-level Rules --=20 2.30.2 --===============4488816058258015582==--