From 784b5cd8d2d90b00bfb360d6a5450e16ef233dc7 Mon Sep 17 00:00:00 2001 From: vidon Date: Tue, 14 Jun 2005 15:08:32 +0000 Subject: Correction chemin d'installation des demos --- Python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python') diff --git a/Python/setup.py b/Python/setup.py index 9e15056..49eaba2 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -11,7 +11,7 @@ setup(name="python-zinc", py_modules=[], package_dir = {"Zinc" : "library"}, packages = ["Zinc",], - data_files=[('share/doc/python-zinc',['demos/testGraphics.py','demos/paper.gif'])]) + data_files=[('usr/share/doc/zinc-python/demos/Graphics',['demos/testGraphics.py','demos/paper.gif'])]) #Local Variables: -- cgit v1.1