From d5098234a308aa2a66a413efebb4a8bb880586d5 Mon Sep 17 00:00:00 2001 From: Bastide Samuel <samuel.bastide@irstea.fr> Date: Mon, 10 May 2021 09:00:02 +0000 Subject: [PATCH] Ajout d'un point ligne 8 (version). au lieu de (version)- --- qgis.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgis.makefile b/qgis.makefile index ab6fcd0..60924a2 100644 --- a/qgis.makefile +++ b/qgis.makefile @@ -5,7 +5,7 @@ VERSION = 3.18.2 OPSI_PACKAGE_VERSION = 3 DOWNLOAD_URLS = https://qgis.org/downloads/QGIS-OSGeo4W-3.18.2-1-Setup-x86_64.exe -TARGET = $(PACKAGE_NAME)_$(VERSION)-$(OPSI_PACKAGE_VERSION).opsi +TARGET = $(PACKAGE_NAME)_$(VERSION).$(OPSI_PACKAGE_VERSION).opsi all: download build install -- GitLab