Skip to content

Commit

Permalink
squisher: force hardlink.
Browse files Browse the repository at this point in the history
Change-Id: I5741918615d101d2553fb7cdd02b0c5242970bc9
  • Loading branch information
koush committed Dec 23, 2012
1 parent 47a84b2 commit bd404d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/squisher
Expand Up @@ -35,7 +35,7 @@ MODVERSION=`sed -n -e'/ro\.cm\.version/s/^.*=//p' $OUT/system/build.prop`
echo -e $CL_CYN"MODVERSION: $MODVERSION"$CL_RST
OUTFILE=$OUT/cm-$MODVERSION.zip

ln $OTAPACKAGE $OUTFILE
ln -f $OTAPACKAGE $OUTFILE

# Create a md5 checksum image of the repacked package
(
Expand Down

0 comments on commit bd404d2

Please sign in to comment.