fix run_xgettext.sh

ignore smarty3/compiled folder
This commit is contained in:
fabrixxm 2015-05-21 10:45:17 +02:00
parent 506e745dd2
commit 914fa4c420
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ else
OUTFILE="$FULLPATH/messages.po"
FINDSTARTDIR="../../"
# skip addon folder
FINDOPTS="-wholename */addon -prune -o"
FINDOPTS="( -wholename */addon -or -wholename */smarty3 ) -prune -o"
fi
F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php);