linamh/app-office/openoffice/files/gentoo-3.1.0.diff

12 lines
173 B
Diff
Raw Normal View History

--- 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