make sure to create enclosure dir in the deb

pull/227/head
aatchison 2016-06-22 12:51:44 -05:00
parent 7c154e939f
commit f1181ca1c0
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if [ ${ARCH} = "armhf" ]; then
# ensures enclosure version
ENCLOSURE_DIR=${DEB_DIR}/opt
#mkdir -p ${ENCLOSURE_DIR}
mkdir -p ${ENCLOSURE_DIR}
cp ${TOP}/mycroft/client/enclosure/version.txt ${ENCLOSURE_DIR}/enclosure-version.txt
fi