summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2012-12-08 00:30:26 +0100
committerjvoisin2012-12-08 00:32:32 +0100
commit67d5c1fa6b9ab6e1e7328ee57b15d8e46526d72a (patch)
tree166992279c897de10c9f2eb4f6221c05ff1684ca /setup.py
parent105e16a5faa70760a64352540aee9f20c016a102 (diff)
Fix the logo's wrong path (Bug#693967)
Diffstat (limited to '')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 22a6718..4e0f2a3 100755
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,8 @@ setup(
27 scripts = ['mat', 'mat-gui'], 27 scripts = ['mat', 'mat-gui'],
28 data_files = [ 28 data_files = [
29 ( 'share/applications', ['mat.desktop'] ), 29 ( 'share/applications', ['mat.desktop'] ),
30 ( 'share/mat', ['FORMATS', 'logo.png'] ), 30 ( 'share/mat', ['FORMATS'] ),
31 ( 'share/pixmaps', ['mat.png'] ),
31 ( 'share/doc/mat', ['README', 'TODO'] ), 32 ( 'share/doc/mat', ['README', 'TODO'] ),
32 ], 33 ],
33 cmdclass = { 34 cmdclass = {