summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-27 17:41:54 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-27 18:09:03 +0100
commitbb1b45f1905549ad654564f8e5a12d19bfce60ff (patch)
tree67a2a45b9057e35dd08fc46161df626447aa017c /bin
parent6dc9979507234b5c17199389b58c02d4a7ef144c (diff)
normalize values of SPLIT_OPT_FEATURES/SPLIT_APP_MODULES
Change-Id: I14692a566cea6c5939360d62fd4b82c9feb0aa40
Diffstat (limited to 'bin')
-rwxr-xr-xbin/distro-install-file-lists14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/distro-install-file-lists b/bin/distro-install-file-lists
index 24cac1d76c22..b0d962acd74e 100755
--- a/bin/distro-install-file-lists
+++ b/bin/distro-install-file-lists
@@ -88,7 +88,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
# it is not a real extension; it used to be in the main package...
merge_flists gid_Module_Optional_Extensions_Script_Provider_For_JS $FILELISTSDIR/common_list.txt
- if test "$SPLIT_APP_MODULES" = "YES" ; then
+ if test "$SPLIT_APP_MODULES" = "TRUE" ; then
merge_flists gid_Module_Prg_Base_Bin $FILELISTSDIR/base_list.txt
merge_flists gid_Module_Prg_Calc_Bin $FILELISTSDIR/calc_list.txt
merge_flists gid_Module_Prg_Draw_Bin $FILELISTSDIR/draw_list.txt
@@ -125,7 +125,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
merge_flists gid_Module_Optional_OGLTrans $FILELISTSDIR/common_list.txt
fi
- if test "$SPLIT_APP_MODULES" = "YES" -a "$OOO_VENDOR" = "SUSE" ; then
+ if test "$SPLIT_APP_MODULES" = "TRUE" -a "$OOO_VENDOR" = "SUSE" ; then
# move the prebuilt icons into a hacky temporary package
# we want to repack them into a noarch package as soon as possible
# without the build dependency on the huge devel package
@@ -134,7 +134,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
merge_flists gid_Module_Root_Files_Images $FILELISTSDIR/common_list.txt
fi
- if test "$SPLIT_OPT_FEATURES" = "YES" ; then
+ if test "$SPLIT_OPT_FEATURES" = "TRUE" ; then
if test "z$OOO_VENDOR" = "zMandriva" ; then
merge_flists gid_Module_Optional_Grfflt $FILELISTSDIR/draw_list.txt
merge_flists gid_Module_Optional_Headless $FILELISTSDIR/common_list.txt
@@ -165,7 +165,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
# lang packs
for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
lang_lists=
- if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "YES" \) ; then
+ if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
test -f gid_Module_Langpack_Basis_$lang && lang_lists="$lang_lists gid_Module_Langpack_Basis_$lang" || :
test -f gid_Module_Langpack_Brand_$lang && lang_lists="$lang_lists gid_Module_Langpack_Brand_$lang" || :
test -f gid_Module_Langpack_Resource_$lang && lang_lists="$lang_lists gid_Module_Langpack_Resource_$lang" || :
@@ -196,7 +196,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
fi
# some help files are in _Langpack_{Writer,Impress,...}_<lang>
# move them from -l10n to -help
- if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "YES" \) ; then
+ if test "$OOO_VENDOR" = "Mandriva" -o \( "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" = "TRUE" \) ; then
for lang in `echo $WITH_LANG_LIST | sed -e s/-/_/g`; do
test -f $FILELISTSDIR/help_${lang}_list.txt || continue;
mv_file_between_flists $FILELISTSDIR/help_${lang}_list.txt $FILELISTSDIR/lang_${lang}_list.txt $INSTALLDIR/help/.*
@@ -205,7 +205,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
fi
done
- if test -f $FILELISTSDIR/lang_en_US_list.txt -a "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" != "YES" ; then
+ if test -f $FILELISTSDIR/lang_en_US_list.txt -a "$OOO_VENDOR" = "SUSE" -a "$SPLIT_APP_MODULES" != "TRUE" ; then
cat $FILELISTSDIR/lang_en_US_list.txt >>$FILELISTSDIR/common_list.txt
rm $FILELISTSDIR/lang_en_US_list.txt
fi
@@ -263,7 +263,7 @@ if test "z$OOO_VENDOR" != "zDebian" ; then
test -f $DESTDIR/gid_Module_Optional_PostgresqlSdbc && cp $DESTDIR/gid_Module_Optional_PostgresqlSdbc postgresql_list.txt || :
# mailmerge
- if test "$SPLIT_OPT_FEATURES" = "YES" ; then
+ if test "$SPLIT_OPT_FEATURES" = "TRUE" ; then
if test "z$OOO_VENDOR" = "zMandriva" ; then
flist=pyuno_list.txt
else