diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-27 16:25:22 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-27 18:09:01 +0100 |
commit | a957ec02f4071ebabd36e8087fd5d5173eb734de (patch) | |
tree | 4268a5a065ca8d76170f58599e1879e21f78523a /bin/distro-install-desktop-integration | |
parent | d729d169de479e622e8767edd72aee3ae5bc61a9 (diff) |
normalize values of WITH_COMPAT_OOWRAPPERS
Change-Id: Ia397d944edf2a06a83e42dd792fc80906978e1bc
Diffstat (limited to 'bin/distro-install-desktop-integration')
-rwxr-xr-x | bin/distro-install-desktop-integration | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/distro-install-desktop-integration b/bin/distro-install-desktop-integration index 9589af6d36dd..0379ffaa416b 100755 --- a/bin/distro-install-desktop-integration +++ b/bin/distro-install-desktop-integration @@ -69,7 +69,7 @@ add_wrapper() # do we want compat oowrapper? oowrapper_name="" - if test "$WITH_COMPAT_OOWRAPPERS" = 'YES' ; then + if test "$WITH_COMPAT_OOWRAPPERS" = 'TRUE' ; then oowrapper_name=`echo "$lowrapper_name" | sed -e "s/^lo/oo/"` # "oo" prefix only for wrappers stating with "lo" prefix test "$oowrapper_name" = "$lowrapper_name" && oowrapper_name= @@ -181,7 +181,7 @@ test -f $DESTDIR/gid_Module_Root_Brand && echo "$PREFIXDIR/bin/soffice" >>$DESTD mkdir -p $DESTDIR/etc/bash_completion.d ./bin/generate-bash-completion bin/bash-completion.in $DESTDIR/etc/bash_completion.d/$INSTALLDIRNAME.sh test -f $DESTDIR/gid_Module_Root_Brand && echo "/etc/bash_completion.d/$INSTALLDIRNAME.sh" >>$DESTDIR/gid_Module_Root_Brand -if test "$WITH_COMPAT_OOWRAPPERS" = "YES" ; then +if test "$WITH_COMPAT_OOWRAPPERS" = "TRUE" ; then ./bin/generate-bash-completion --compat-oowrappers bin/bash-completion.in $DESTDIR/etc/bash_completion.d/ooffice.sh test -f $DESTDIR/gid_Module_Root_Brand && echo "/etc/bash_completion.d/ooffice.sh" >>$DESTDIR/gid_Module_Root_Brand fi |