This commit is contained in:
John Doe
2021-10-13 11:12:09 +08:00
parent 73f39b15e6
commit a8dbc001f8

View File

@@ -32,6 +32,7 @@ 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
git revert --no-commit -X theirs 91eed5d9fb74e6c740291362ba12e11a2222a9fd
# 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"