diff options
| author | jvoisin | 2012-12-08 00:30:26 +0100 |
|---|---|---|
| committer | jvoisin | 2012-12-08 00:32:32 +0100 |
| commit | 67d5c1fa6b9ab6e1e7328ee57b15d8e46526d72a (patch) | |
| tree | 166992279c897de10c9f2eb4f6221c05ff1684ca /setup.py | |
| parent | 105e16a5faa70760a64352540aee9f20c016a102 (diff) | |
Fix the logo's wrong path (Bug#693967)
Diffstat (limited to '')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 = { |
