$OpenBSD: patch-udev_udev-configure-printer_c,v 1.4 2012/10/13 08:57:38 ajacoutot Exp $
--- udev/udev-configure-printer.c.orig	Fri Oct  5 12:30:19 2012
+++ udev/udev-configure-printer.c	Sat Oct 13 10:48:34 2012
@@ -857,7 +857,7 @@ device_id_from_bluetooth (const char *bdaddr, struct d
   gchar *argv[4];
 
   id->full_device_id = id->mfg = id->mdl = id->sern = NULL;
-  argv[0] = g_strdup ("/usr/lib/cups/backend/bluetooth");
+  argv[0] = g_strdup ("${LOCALBASE}/libexec/cups/backend/bluetooth");
   argv[1] = g_strdup ("--get-deviceid");
   argv[2] = g_strdup (bdaddr);
   argv[3] = NULL;
