openbsd-ports/print/py-cups/patches/patch-cupsconnection_c
ajacoutot 00a8519bba Update to py-cups-1.9.48.
Take maintainership.
2010-03-21 09:46:02 +00:00

14 lines
486 B
Plaintext

$OpenBSD: patch-cupsconnection_c,v 1.6 2010/03/21 09:46:02 ajacoutot Exp $
--- cupsconnection.c.orig Thu Jan 14 14:22:03 2010
+++ cupsconnection.c Tue Feb 9 20:34:48 2010
@@ -3505,8 +3505,7 @@ Connection_printTestPage (Connection *self, PyObject *
break;
}
} else {
- const char *const dirs[] = { "/usr/share/cups",
- "/usr/local/share/cups",
+ const char *const dirs[] = { "${LOCALBASE}/share/cups",
NULL };
int found = 0;
int i;