aboutsummaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/setup.py2
1 files changed, 1 insertions, 1 deletions
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: