From 32e3f7e7c2193fc6a2075f53db3b9b1c6191838f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 13 Sep 2021 11:26:18 -0700 Subject: build-system: update translation source script Kirigami sources are now under 3rdparty. Signed-off-by: Dirk Hohndel --- scripts/updatetranslationsource.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/updatetranslationsource.sh b/scripts/updatetranslationsource.sh index c5bdff50b..2627dd8a7 100755 --- a/scripts/updatetranslationsource.sh +++ b/scripts/updatetranslationsource.sh @@ -21,7 +21,7 @@ git status | grep "Changes to be committed" 2>/dev/null && echo "tree not clean" # now remove the translations and remove access to the kirigami sources # and any old sources under tmp -chmod 000 mobile-widgets/qml/kirigami +chmod 000 mobile-widgets/3rdparty chmod 000 tmp rm translations/subsurface_source.ts @@ -52,7 +52,7 @@ git commit -s -m "Update translation source strings" git reset --hard # now enable access to kirigami again -chmod 755 mobile-widgets/qml/kirigami +chmod 755 mobile-widgets/3rdparty chmod 755 tmp # this really depends on my filesystem layout -- cgit v1.2.3-70-g09d2