From 852c0e8c3e439aa6ded0f6cc0e6bb1974c0a83c5 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
Date: Mon, 05 May 2014 16:37:52 -0400
Subject: platconf: Work around a bug in opkbuild.

ob-installplatconf copies "image" to "image/image".
---
diff --git a/platconf b/platconf
index b00c9df..23da974 100644
--- a/platconf
+++ b/platconf
@@ -1,2 +1,2 @@
 config src/.config
-image image
+image ./image
--
cgit v0.9.1