Skip to content

Commit 23be83f

Browse files
committed
fix typo
1 parent 5afaa22 commit 23be83f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Builder/scripts/repack.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ if [[ "$EXT4" == true ]]; then
4545
size=$(echo "$(eval echo "\${${i}_size_orig}") * 103 / 100 / 4096 * 4096" | bc)
4646
fi
4747
eval "${i}_size=$(echo "$size * 4096 / 4096 / 4096" | bc)"
48-
mkdir -p "$WORKSPACE/${DEVICE}/images/$i"/lost+found
49-
sudo "$workspace/${DEVICE}/images/$i"/lost+found
5048
done
5149

5250
for i in product system system_ext vendor; do
@@ -142,9 +140,9 @@ fi
142140

143141
mkdir -p "${WORKSPACE}/zip/images"
144142

145-
touch "${WORKSPACE}/zip/compatable_list.txt"
143+
touch "${WORKSPACE}/zip/compatible_list.txt"
146144

147-
echo "${DEVICE,,}" >> "${WORKSPACE}/zip/compatable_list.txt"
145+
echo "${DEVICE,,}" >> "${WORKSPACE}/zip/compatible_list.txt"
148146

149147
cp "${WORKSPACE}/${DEVICE}/images"/* "${WORKSPACE}/zip/images/"
150148

0 commit comments

Comments
 (0)