fix r1s-h3

This commit is contained in:
John Doe
2021-10-22 19:54:33 +08:00
parent e3002132fe
commit 2a50636157

View File

@@ -24,8 +24,7 @@ sed -i 's/5.0/1.0/' .ccache/ccache.conf || true
if [ $BRANCH == 'master' ]; then if [ $BRANCH == 'master' ]; then
#sed -i 's/5.10/5.4/' target/linux/rockchip/Makefile echo '# CONFIG_UCLAMP_TASK is not set' >> target/linux/sunxi/config-5.4
#git revert --no-commit -X theirs 91eed5d9fb74e6c740291362ba12e11a2222a9fd
# fix po path for snapshot # 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" 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"