linamh/app-office/openoffice/files/gentoo-3.1.0.diff
geos_one c16374a02f add openoffice 3.1
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1209 6952d904-891a-0410-993b-d76249ca496b
2009-05-16 07:48:01 +00:00

12 lines
173 B
Diff

--- bin/package-ooo
+++ bin/package-ooo
@@ -33,6 +33,7 @@
{
cat <<EOT >$1
#!/bin/sh
+unset PYTHONPATH
$OOINSTBASE/program/soffice $2 "\$@"
EOT
chmod 755 $1