From 8f26f6a74cf17da638a690a9dff2be093c3d1ee8 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 18 Oct 2023 14:18:40 +0300 Subject: [PATCH] python3 libffi icu4c boost rebuild list --- multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py b/multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py index b54d15b633..f05b4c3340 100644 --- a/multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py +++ b/multimedia/sound/speech-dispatcher/speech-dispatcher/actions.py @@ -43,7 +43,7 @@ def install(): pisitools.remove("/usr/share/info/ssip.info") # Set executable bit - shelltools.chmod("%s/usr/lib/python3.9/site-packages/speechd/_test.py" % get.installDIR(), 0755) + shelltools.chmod("%s/usr/lib/python3.11/site-packages/speechd/_test.py" % get.installDIR(), 0755) # Create log directory, it should be world unreadable pisitools.dodir("/var/log/speech-dispatcher")