From 3096c213f4160ea25a00308217c2ce546e55d263 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 23 Oct 2023 23:37:18 +0300 Subject: [PATCH] system-config-printer --- hardware/printer/system-config-printer/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/printer/system-config-printer/actions.py b/hardware/printer/system-config-printer/actions.py index 9d45082277..7c46552bd2 100644 --- a/hardware/printer/system-config-printer/actions.py +++ b/hardware/printer/system-config-printer/actions.py @@ -33,7 +33,7 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s udevrulesdir=/lib/udev/rules.d udevhelperdir=/lib/udev" % get.installDIR()) - pisitools.insinto("/usr/lib/python3.9/site-packages/cupshelpers", "build/lib/cupshelpers/*.py") + pisitools.insinto("/usr/lib/python3.11/site-packages/cupshelpers", "build/lib/cupshelpers/*.py") pisitools.dodir("/run/udev-configure-printer")