From 729f67282c755c0b64f21f5c39a4fa53dca2db07 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Aug 2003 23:20:30 +0000 Subject: [PATCH] Renomme le fichier md5 en .md5 au lieu de .md5sum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49a4bfc921f..7fd29e8bd52 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ tar: rsync -ar doc htdocs mysql misc COPY* http* INSTALL README scripts templates pgsql $(FILE)/ tar --exclude-from tar.exclude -cvvf $(FILE).tar $(FILE)/ gzip $(FILE).tar - md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5sum + md5sum $(FILE).tar.gz > $(FILE).tar.gz.md5 put: