make sure to create enclosure dir in the deb
parent
7c154e939f
commit
f1181ca1c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue