Fixup the paths in the createImage script

This commit is contained in:
Johannes Zellner
2016-01-11 15:14:07 +01:00
parent 7dd96d9a75
commit 511b2848c3
2 changed files with 9 additions and 8 deletions
@@ -33,7 +33,7 @@ echo "=== Yellowtent base image preparation (installer revision - ${INSTALLER_RE
echo "=== Prepare installer source ==="
rm -rf "${INSTALLER_SOURCE_DIR}" && mkdir -p "${INSTALLER_SOURCE_DIR}"
# tar xvf /root/box.tar.gz -C /tmp/box && rm /root/box.tar.gz
tar xvf /tmp/box.tar.gz -C /tmp/box && rm /tmp/box.tar.gz
cp -rf /tmp/box/installer "${INSTALLER_SOURCE_DIR}"
echo "${INSTALLER_REVISION}" > "${INSTALLER_SOURCE_DIR}/REVISION"