diff --git a/hardware/printer/cups/actions.py b/hardware/printer/cups/actions.py index 999238a709..8d601079c0 100644 --- a/hardware/printer/cups/actions.py +++ b/hardware/printer/cups/actions.py @@ -55,6 +55,7 @@ def setup(): if get.buildTYPE() == "emul32": options += ' \ + --prefix=/usr \ --enable-libusb=no \ --disable-avahi \ --disable-dnssd \ @@ -85,6 +86,7 @@ def install(): #pisitools.remove("/usr/share/cups/data/testprint") pisitools.removeDir("/usr/share/cups/banners") pisitools.dodir("/usr/share/cups/banners") + pisitools.dosed("%s/usr/bin/cups-config-32bit" % get.installDIR(), "bin32", "bin") return autotools.rawInstall("BUILDROOT=%s install-headers install-libs install-data install-exec" % get.installDIR()) diff --git a/hardware/printer/cups/pspec.xml b/hardware/printer/cups/pspec.xml index 9ac3f5bb13..45903e40d6 100644 --- a/hardware/printer/cups/pspec.xml +++ b/hardware/printer/cups/pspec.xml @@ -146,6 +146,13 @@ + + 2019-06-24 + 2.2.11 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2019-03-23 2.2.11