Fix a typo in vendor patch

This commit is contained in:
Andrey Bondrov 2015-12-16 15:23:01 +10:00
parent 63ae23c3bd
commit 63901b8e17

View file

@ -32,7 +32,7 @@
# mailmerge # mailmerge
if test "$SPLIT_OPT_FEATURES" = "TRUE" ; then if test "$SPLIT_OPT_FEATURES" = "TRUE" ; then
- if test "z$OOO_VENDOR" = "zMandriva" ; then - if test "z$OOO_VENDOR" = "zMandriva" ; then
+ if test "z$OOO_VENDOR" = "xROSA" ; then + if test "z$OOO_VENDOR" = "zROSA" ; then
flist=pyuno_list.txt flist=pyuno_list.txt
else else
flist=mailmerge_list.txt flist=mailmerge_list.txt