pull/904/head
John Doe 2021-10-13 09:33:51 +08:00
parent 0f1051adf1
commit 73f39b15e6
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type
if [ $BRANCH == 'master' ]; then
sed -i 's/5.10/5.4/' target/linux/rockchip/Makefile
# fix po path for snapshot
find package/ -follow -type d -path '*/po/zh-cn' | xargs dirname | xargs -n1 -i sh -c "rm -f {}/zh_Hans; ln -sf zh-cn {}/zh_Hans"