/[packages]/cauldron/libreoffice/pristine/SOURCES/libreoffice-multiliblauncher.sh
ViewVC logotype

Contents of /cauldron/libreoffice/pristine/SOURCES/libreoffice-multiliblauncher.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389213 - (show annotations) (download) (as text)
Thu Jan 17 21:29:26 2013 UTC (11 years, 3 months ago) by pterjan
Original Path: obsolete/cauldron/libreoffice/current/SOURCES/libreoffice-multiliblauncher.sh
File MIME type: application/x-sh
File size: 352 byte(s)
Drop 
1 #!/bin/sh
2 OOO_ARCH=$(uname -m)
3 case $OOO_ARCH in
4 x86_64 | s390x | sparc64)
5 OOO_LIB_DIR="/usr/lib64"
6 SECONDARY_LIB_DIR="/usr/lib"
7 ;;
8 * )
9 OOO_LIB_DIR="/usr/lib"
10 SECONDARY_LIB_DIR="/usr/lib64"
11 ;;
12 esac
13 if [ ! -x $OOO_LIB_DIR/BRAND/program/LAUNCHER ]; then
14 OOO_LIB_DIR="$SECONDARY_LIB_DIR"
15 fi
16 exec $OOO_LIB_DIR/BRAND/program/LAUNCHER "$@"

Properties

Name Value
svn:eol-style native
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.30