1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update build.sh

This commit is contained in:
suyuan168 2021-12-30 17:37:27 +08:00
parent 17d70074cc
commit 13619201da

View file

@ -630,14 +630,9 @@ if ! patch -Rf -N -p1 -s --dry-run < patches/luci-occitan.patch; then
fi fi
[ -d $OMR_FEED/luci-base/po/oc ] && cp -rf $OMR_FEED/luci-base/po/oc feeds/luci/modules/luci-base/po/ [ -d $OMR_FEED/luci-base/po/oc ] && cp -rf $OMR_FEED/luci-base/po/oc feeds/luci/modules/luci-base/po/
echo "Done" echo "Done"
echo "$OMR_DIST"
echo "$OMR_REPO"
echo "$(git -C "$OMR_FEED" tag --sort=committerdate | tail -1)-$(git -C "$OMR_FEED" rev-parse --short HEAD)"
cd "$OMR_TARGET/source" cd "$OMR_TARGET/source"
echo "Update feeds index" echo "Update feeds index"
cp .config .config.keep cp .config .config.keep
scripts/feeds clean
scripts/feeds update -a scripts/feeds update -a
#cd - #cd -