Browse Source

build: Strip | character in addon.d generation

* Previously, files that were pinned and weren't
  presigned wouldn't have the sha1sum stripped
  from the name of the blob
* n.b. This only affected libjni_latinimegoogle.so

Signed-off-by: Paul Keith <[email protected]>
Paul Keith 8 years ago
parent
commit
fd168ac31e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/gapps.sh

+ 1 - 0
build/gapps.sh

@@ -64,6 +64,7 @@ function create() {
         do
             if [ "$l" != "" ]; then
                 line=$(echo "$l" | sed 's/^-//g')
+                line=${line%%|*}
                 line=${line%%:*}
                 echo "$line" >> $ADDOND.tmp
             fi