gentoo-full-overlay/app-office/libreoffice/files/gentoo-pythonpath.diff

11 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