diff --git a/multimedia/converter/flowblade/actions.py b/multimedia/converter/flowblade/actions.py index 22f475a8ec..5ad68b0652 100644 --- a/multimedia/converter/flowblade/actions.py +++ b/multimedia/converter/flowblade/actions.py @@ -20,7 +20,7 @@ def install(): shelltools.cd("flowblade-trunk") pythonmodules.install(pyVer="3") - shelltools.chmod(get.installDIR() + "/usr/lib/python3.8/site-packages/Flowblade/launch/*") - shelltools.chmod(get.installDIR() + "/usr/lib/python3.8/site-packages/Flowblade/tools/clapperless.py") + shelltools.chmod(get.installDIR() + "/usr/lib/python3.9/site-packages/Flowblade/launch/*") + shelltools.chmod(get.installDIR() + "/usr/lib/python3.9/site-packages/Flowblade/tools/clapperless.py") pisitools.dodoc("AUTHORS", "COPYING", "README*")