build: fix po path for snapshot
parent
f1fa155c2f
commit
8fed95e9f4
|
@ -30,6 +30,9 @@ mv $GITHUB_WORKSPACE/patches/99-disallow-aaaa.patch `find package/ -follow -type
|
|||
|
||||
if [ $DEVICE != 'r1s' ]; then
|
||||
|
||||
# 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"
|
||||
|
||||
# remove non-exist package from x86 profile
|
||||
sed -i 's/kmod-i40evf//' target/linux/x86/Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue