00a8519bba
Take maintainership.
14 lines
486 B
Plaintext
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;
|