From c4d533aa5ab6cebe89bdb2656356838610fdb568 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Thu, 15 Dec 2005 16:11:51 +0000 Subject: [PATCH] Pn bug dans la construction de la V1.9 ... .... ... --- Aster/sdist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aster/sdist.py b/Aster/sdist.py index 517ec243..be9d8f55 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -61,7 +61,7 @@ def main(): copyfiles('Cata/cataSTA76',os.path.join(path_distrib,'Aster','Cata','cataSTA76'),['*.py']) copyfiles('Cata/cataSTA76/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA76','Macro'),['*.py']) copyfiles('Cata/cataSTA81',os.path.join(path_distrib,'Aster','Cata','cataSTA81'),['*.py']) - copyfiles('Cata',os.path.join(path_distrib,'Aster','Cata',['*c_clefs_docu']) + copyfiles('Cata',os.path.join(path_distrib,'Aster','Cata'),['*c_clefs_docu']) copyfiles('../Aster/Cata',os.path.join(path_distrib,'Aster'),['aster.py',]) copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py']) -- 2.39.2