From df29426de10e5dbb2de36a5d7ce1b169d54b5f1a Mon Sep 17 00:00:00 2001 From: eficas <> Date: Fri, 11 Oct 2002 12:34:36 +0000 Subject: [PATCH] bug sdist --- Aster/sdist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Aster/sdist.py b/Aster/sdist.py index 085c31f4..be2a9a13 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -39,7 +39,7 @@ def main(): copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py']) copyfiles('../Extensions',os.path.join(path_distrib,'Extensions'),['*.py']) copyfiles('../Accas',os.path.join(path_distrib,'Accas'),['*.py']) -copyfiles('Cata/Macro',os.path.join(path_distrib,'Aster','Cata','Macro'),['*.py']) + copyfiles('Cata/Macro',os.path.join(path_distrib,'Aster','Cata','Macro'),['*.py']) copyfiles('../AIDE',os.path.join(path_distrib,'AIDE'),['*.py']) copyfiles('../AIDE/fichiers',os.path.join(path_distrib,'AIDE','fichiers'),['*']) copyfiles('../Aster',os.path.join(path_distrib,'Aster'),['prefs.py', -- 2.39.2