$OpenBSD: patch-client_as-compose_c,v 1.3 2018/04/22 08:20:33 ajacoutot Exp $

Index: client/as-compose.c
--- client/as-compose.c.orig
+++ client/as-compose.c
@@ -382,7 +382,7 @@ main (int argc, char **argv)
 
 	/* set defaults */
 	if (prefix == NULL)
-		prefix = g_strdup ("/usr");
+		prefix = g_strdup ("${LOCALBASE}");
 	if (output_dir == NULL)
 		output_dir = g_build_filename (prefix, "share/app-info/xmls", NULL);
 	if (icons_dir == NULL)
