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:
@@ -64,6 +64,7 @@ function create() {
|
|||||||
do
|
do
|
||||||
if [ "$l" != "" ]; then
|
if [ "$l" != "" ]; then
|
||||||
line=$(echo "$l" | sed 's/^-//g')
|
line=$(echo "$l" | sed 's/^-//g')
|
||||||
|
line=${line%%|*}
|
||||||
line=${line%%:*}
|
line=${line%%:*}
|
||||||
echo "$line" >> $ADDOND.tmp
|
echo "$line" >> $ADDOND.tmp
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user