mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
build-system: update translation source script
Kirigami sources are now under 3rdparty. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2bb88a354f
commit
32e3f7e7c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue