build: fix

This commit is contained in:
John Doe
2022-05-10 14:03:10 +08:00
parent 3807403c7b
commit 28e4016c49

View File

@@ -73,7 +73,7 @@ jobs:
. $GITHUB_WORKSPACE/scripts/merge_packages.sh . $GITHUB_WORKSPACE/scripts/merge_packages.sh
. $GITHUB_WORKSPACE/scripts/patches.sh . $GITHUB_WORKSPACE/scripts/patches.sh
cd cd
svn export https://github.com/openwrt/luci luci svn export https://github.com/openwrt/luci/trunk luci
pushd luci pushd luci
ls -d */ | xargs -n1 -i diff -q {} ../lede/feeds/luci/{} | grep Only | grep lede | grep -E applications\|themes | awk '{print $4}' | xargs -n1 -i echo CONFIG_PACKAGE_{}=m > ~/lede/more_luci.txt ls -d */ | xargs -n1 -i diff -q {} ../lede/feeds/luci/{} | grep Only | grep lede | grep -E applications\|themes | awk '{print $4}' | xargs -n1 -i echo CONFIG_PACKAGE_{}=m > ~/lede/more_luci.txt
popd popd