diff --git a/multimedia/sound/speech-dispatcher/actions.py b/multimedia/sound/speech-dispatcher/actions.py index e916d7dd28..8562a3694b 100644 --- a/multimedia/sound/speech-dispatcher/actions.py +++ b/multimedia/sound/speech-dispatcher/actions.py @@ -35,7 +35,7 @@ def install(): pisitools.remove("/usr/share/info/ssip.info") # Set executable bit - shelltools.chmod("%s/usr/lib/python3.4/site-packages/speechd/_test.py" % get.installDIR(), 0755) + shelltools.chmod("%s/usr/lib/python3.6/site-packages/speechd/_test.py" % get.installDIR(), 0755) # Create log directory, it should be world unreadable pisitools.dodir("/var/log/speech-dispatcher") diff --git a/multimedia/sound/speech-dispatcher/pspec.xml b/multimedia/sound/speech-dispatcher/pspec.xml index 8ea8f4d592..8d6a19fd8a 100644 --- a/multimedia/sound/speech-dispatcher/pspec.xml +++ b/multimedia/sound/speech-dispatcher/pspec.xml @@ -86,7 +86,7 @@ - 2017-03-10 + 2017-03-19 0.8.6 Release bump. Ayhan Yalçınsoy