From fa95332bd17094025af35ee20cdba15961a94065 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 8 Jan 2020 21:54:39 +0300 Subject: [PATCH] cups-2.3.1 --- hardware/printer/cups/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 hardware/printer/cups/actions.py diff --git a/hardware/printer/cups/actions.py b/hardware/printer/cups/actions.py old mode 100644 new mode 100755 index 8d601079c0..c37e5ba1af --- a/hardware/printer/cups/actions.py +++ b/hardware/printer/cups/actions.py @@ -97,4 +97,4 @@ def install(): # Serial backend needs to run as root #shelltools.chmod("%s/usr/lib/cups/backend/serial" % get.installDIR(), 0700) - pisitools.dodoc("LICENSE.txt") + pisitools.dodoc("LICENSE", "README*", "CHANGES*")