diff options
| -rw-r--r-- | mat/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -73,7 +73,7 @@ def get_sharedir(): | |||
| 73 | return '' | 73 | return '' |
| 74 | elif os.path.exists('/usr/local/share/mat/'): | 74 | elif os.path.exists('/usr/local/share/mat/'): |
| 75 | return '/usr/local/share/mat/' | 75 | return '/usr/local/share/mat/' |
| 76 | elif os.path.exist('/usr/share/mat/'): | 76 | elif os.path.exists('/usr/share/mat/'): |
| 77 | return '/usr/share/mat' | 77 | return '/usr/share/mat' |
| 78 | 78 | ||
| 79 | 79 | ||
