fix run_xgettext.sh
ignore smarty3/compiled folder
This commit is contained in:
parent
506e745dd2
commit
914fa4c420
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ else
|
||||||
OUTFILE="$FULLPATH/messages.po"
|
OUTFILE="$FULLPATH/messages.po"
|
||||||
FINDSTARTDIR="../../"
|
FINDSTARTDIR="../../"
|
||||||
# skip addon folder
|
# skip addon folder
|
||||||
FINDOPTS="-wholename */addon -prune -o"
|
FINDOPTS="( -wholename */addon -or -wholename */smarty3 ) -prune -o"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php);
|
F9KVERSION=$(sed -n "s/.*'FRIENDICA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php);
|
||||||
|
|
Loading…
Reference in a new issue