From 22365998fbd16057739062a31e2353989f7f86b7 Mon Sep 17 00:00:00 2001 From: vidon Date: Tue, 14 Jun 2005 15:20:28 +0000 Subject: Correction chemin --- 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 49eaba2..1c2498c 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=[('usr/share/doc/zinc-python/demos/Graphics',['demos/testGraphics.py','demos/paper.gif'])]) + data_files=[('share/doc/zinc-python/demos/Graphics',['demos/testGraphics.py','demos/paper.gif'])]) #Local Variables: -- cgit v1.1