dont parse the addons directory for translateable strings

This commit is contained in:
Tobias Diekershoff 2018-05-17 22:41:06 +02:00
parent f764adef5a
commit fb4f9eb875
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ case "$MODE" in
OUTFILE="$FULLPATH/../util/messages.po"
FINDSTARTDIR="."
# skip addon folder
FINDOPTS="( -wholename */addon -or -wholename */addons-extra -or -wholename */smarty3 ) -prune -o"
FINDOPTS="( -wholename */addon -or -wholename */addons -or -wholename */addons-extra -or -wholename */smarty3 ) -prune -o"
F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ./boot.php);
echo "Friendica version $F9KVERSION"