gutenprint

This commit is contained in:
Rmys
2019-10-24 22:31:39 +03:00
parent ed5ce13201
commit f2b99cc688
2 changed files with 13 additions and 6 deletions
+3 -2
View File
@@ -12,12 +12,13 @@ from pisi.actionsapi import get
def setup():
#shelltools.system("sed -i 's:cups_sbindir=\"\/usr\/sbin\":cups_sbindir=\"\/usr\/bin\":g' m4/stp_cups.m4")
#shelltools.system("sed -i 's:cups_sbindir=\"\${cups_prefix}\/sbin\":cups_sbindir=\"\${cups_prefix}\/bin\":' m4/stp_cups.m4")
shelltools.system("sed -i 's:m4local:m4extra:' Makefile.am")
#shelltools.system("sed -i 's:m4local:m4extra:' Makefile.am")
autotools.autoreconf("-fi")
autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr \
--sbindir=/usr/bin \
--disable-rpath \
--enable-samples \
--enable-cups-ppds \
--enable-cups-ppds-at-top-level \