summaryrefslogtreecommitdiffstats
path: root/generate-packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'generate-packages.sh')
-rwxr-xr-xgenerate-packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/generate-packages.sh b/generate-packages.sh
index cf025fe..d24f75e 100755
--- a/generate-packages.sh
+++ b/generate-packages.sh
@@ -129,6 +129,7 @@ do
echo \ \ Setting up $COMPANY-specific makefiles
cp -R $COMPANY/staging/* tmp/vendor/$COMPANY/$DEVICE || echo \ \ \ \ Error copying makefiles
echo \ \ Setting up shared makefiles
+ unzip -j -o $ZIP OTA/android-info.txt -d root > /dev/null || echo \ \ \ \ Error extracting OTA/android-info.txt
cp -R root/* ${FILEDIR_ROOT} || echo \ \ \ \ Error copying makefiles
if [[ ${ROOTDEVICE} == sailfish ]]