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 <javelinanddart@bestas.gr>
This commit is contained in:
parent
d7b8223912
commit
fd168ac31e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user