From 0b23212f0dd456ed5518932126f6d7d06a8aed1c Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Sun, 7 Oct 2018 23:53:06 +0100
Subject: [PATCH] Move contents of build directory to current

---
 src/freedombone-image | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/freedombone-image b/src/freedombone-image
index 4d7917317..a41da2b6f 100755
--- a/src/freedombone-image
+++ b/src/freedombone-image
@@ -676,6 +676,7 @@ if [ -f "build/${PROJECT_NAME}*.log" ]; then
 fi
 
 # Remove the temporary directory
+mv ${TEMPBUILD_DIR}/* "${CURR_DIR}"
 rm -rf ${TEMPBUILD_DIR}
 
 cd "${CURR_DIR}" || exit 2842845284
-- 
GitLab