exclude addons-extra directory from the translation as well

This commit is contained in:
Tobias Diekershoff 2015-12-14 07:51:11 +01:00
parent f09f07c74a
commit 448be5cfbd
1 changed files with 1 additions and 1 deletions

View File

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