diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2011-01-23 14:42:30 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2011-01-23 14:42:30 +0000 |
commit | d0e5a23712d4fc976a38c961b8de263efd7cc21a (patch) | |
tree | 97bcbf7f6b7e0c085bb57b652ef59c59c64827af /app-office/libreoffice-bin/files | |
parent | alpha/ia64/sparc stable wrt #350598 (diff) | |
download | historical-d0e5a23712d4fc976a38c961b8de263efd7cc21a.tar.gz historical-d0e5a23712d4fc976a38c961b8de263efd7cc21a.tar.bz2 historical-d0e5a23712d4fc976a38c961b8de263efd7cc21a.zip |
Intial ebuild for libreoffice-bin
Package-Manager: portage-2.1.9.35/cvs/Linux x86_64
Diffstat (limited to 'app-office/libreoffice-bin/files')
-rw-r--r-- | app-office/libreoffice-bin/files/50-libreoffice-bin | 1 | ||||
-rw-r--r-- | app-office/libreoffice-bin/files/wrapper.in | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/app-office/libreoffice-bin/files/50-libreoffice-bin b/app-office/libreoffice-bin/files/50-libreoffice-bin new file mode 100644 index 000000000000..69ca57c4f953 --- /dev/null +++ b/app-office/libreoffice-bin/files/50-libreoffice-bin @@ -0,0 +1 @@ +SEARCH_DIRS_MASK="/usr/lib/libreoffice /usr/lib32/libreoffice /usr/lib64/libreoffice" diff --git a/app-office/libreoffice-bin/files/wrapper.in b/app-office/libreoffice-bin/files/wrapper.in new file mode 100644 index 000000000000..d73e3ac79371 --- /dev/null +++ b/app-office/libreoffice-bin/files/wrapper.in @@ -0,0 +1,4 @@ +#!/bin/sh +export OOO_EXTRA_ARG='' +unset PYTHONPATH +/usr/LIBDIR/libreoffice/program/soffice "$@" |