[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimerr committed Dec 10, 2022
1 parent 35cf488 commit 9d65cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_xm2oipc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ IFS=" "
mkdir -p ${WORKDIR}
mkdir -p ${OUTPUTDIR}

tar -xvz -f openipc.${SOC}-br.tgz -C ${WORKDIR}/ --exclude "*.md5sum" || exit 1
tar -xvz -f openipc.${SOC}-nor-lite.tgz -C ${WORKDIR}/ --exclude "*.md5sum" || exit 1

# Check if give files exceed partition boundaries
[[ $(stat --printf="%s" ${WORKDIR}/rootfs*) -gt $(($ROOTFS_E - $ROOTFS_A)) ]] || [[ $(stat --printf="%s" ${WORKDIR}/uImage*) -gt $(($KERNEL_E - $KERNEL_A)) ]] && echo "Filesize exceeds boundaries" && exit 1
Expand Down

0 comments on commit 9d65cf7

Please sign in to comment.