From 6409fae8d8dc5813c001aa99bb2a6eccd34aab4e Mon Sep 17 00:00:00 2001 From: NBrouard Date: Sun, 17 Nov 2024 19:25:25 +0100 Subject: [PATCH] * src/Makefile: dmg name error fixed --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 0d62dd2..95f74bf 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ #VERSION=0.99s7 #VERSION=$(shell echo `grep IMACH_VERSION__ version.h | echo 'titi'`) VERSION=$(shell echo `grep IMACH_VERSION__ version.h | awk 'BEGIN { FS = "[ \t\n\"]+" } { print $$3 }'`) -VERSION=0.99s9 +VERSION=0.99s12 OSTYPE = $(shell echo $$OSTYPE) COPYRIGHT=Copyright (C) 2002-2024 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121) - Intel Software 2016-19 @@ -279,7 +279,7 @@ uploadrpm: rsync -v ../build/Output/imach-$(VERSION)-1.x86_64.rpm brouard@henry.ined.fr:/home/euroreves/html/imach/Download uploaddmg: - rsync -v ../build/Output/imach-$(VERSION).dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download + rsync -v ../build/Output/imach$(VERSION).dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download uploadsetup: rsync -v ../build/Output/imach-$(VERSION)-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download -- 2.43.0