diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:26:18 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-09-13 11:28:35 -0700 |
commit | 32e3f7e7c2193fc6a2075f53db3b9b1c6191838f (patch) | |
tree | 0b9bdf6f7ea617d8a03156054ecc922dac497ce5 | |
parent | 2bb88a354ff684693a3f3787ddd99c1b3514684c (diff) | |
download | subsurface-32e3f7e7c2193fc6a2075f53db3b9b1c6191838f.tar.gz |
build-system: update translation source script
Kirigami sources are now under 3rdparty.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rwxr-xr-x | scripts/updatetranslationsource.sh | 4 |
1 files 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 |