openbsd-ports/print/py-cups/patches/patch-cupsconnection_c
2010-08-01 11:59:18 +00:00

14 lines
486 B
Plaintext

$OpenBSD: patch-cupsconnection_c,v 1.7 2010/08/01 11:59:18 ajacoutot Exp $
--- cupsconnection.c.orig Wed May 19 17:25:17 2010
+++ cupsconnection.c Sun Aug 1 13:45:59 2010
@@ -3630,8 +3630,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;