blob: 7b9da0a7ff0b22299a7dcda90c57a0e077c96fba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- 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
--- configure.in
+++ configure.in
@@ -1090,7 +1090,7 @@
elif test "$with_tag" = "OOG680_m9" ; then
UPSTREAM_VERSION=2.3.1
elif test "$with_tag" = "OOH680_m11" ; then
- UPSTREAM_VERSION=2.4.0
+ UPSTREAM_VERSION=2.4.0rc5
fi
if test -n "$UPSTREAM_VERSION"; then
UPSTREAM_NAME="OOo_${UPSTREAM_VERSION}_src"
|