Fix squisher for cm.version
Change-Id: I9ba2cc1ef1a60d83752140c926cbdf00337c7cd6
This commit is contained in:
parent
25d7ca1628
commit
181457ebae
@ -141,7 +141,7 @@ rm -rf $REPACK/ota/recovery
|
||||
|
||||
# Determine what to name the new signed package
|
||||
if [ -z "$CYANOGEN_NIGHTLY" ]; then
|
||||
MODVERSION=`sed -n -e'/ro\.cm.version/s/^.*=-//p' $REPACK/ota/system/build.prop`
|
||||
MODVERSION=`sed -n -e'/ro\.cm\.version/s/^.*=//p' $REPACK/ota/system/build.prop`
|
||||
: ${MODVERSION:=nightly}
|
||||
OUTFILE=$OUT/update-cm-$MODVERSION-signed.zip
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user