From 7a531a9f1918de58c2dee15e0646fcbcc5c3d2bc Mon Sep 17 00:00:00 2001 From: remittor Date: Tue, 1 Oct 2024 16:38:12 +0300 Subject: [PATCH] [make] Fix bug on patching dashboard.po --- xmake.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmake.sh b/xmake.sh index 3d0c6a5..8b020ba 100755 --- a/xmake.sh +++ b/xmake.sh @@ -160,7 +160,8 @@ function build_target { echo -e "\nCONFIG_PACKAGE_wpad-openssl=y\n" >> $CFG fi - DASHBRDPO=$XDIR/feeds/luci/modules/luci-mod-dashboard/po/ru/dashboard.po + #DASHBRDPO=$XDIR/feeds/luci/modules/luci-mod-dashboard/po/ru/dashboard.po + DASHBRDPO=$XDIR/package/feeds/luci/luci-mod-dashboard/po/ru/dashboard.po if [ -f $DASHBRDPO ]; then sed -i 's/msgid "Dashboard"/msgid "__dash_board__"/g' $DASHBRDPO fi