[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-3.6, updated. libreoffice_3.6.4_rc1-1-1-g1dd7d80



The following commit has been merged in the debian-experimental-3.6 branch:
commit 1dd7d80120eddf0b2b50b0e15570ab21c429822f
Author: Rene Engelhard <rene@debian.org>
Date:   Thu Nov 15 21:43:53 2012 +0100

    cut'n'waste

diff --git a/libreoffice-core.bug-script.in b/libreoffice-core.bug-script.in
index 08cbdf7..e23b740 100755
--- a/libreoffice-core.bug-script.in
+++ b/libreoffice-core.bug-script.in
@@ -8,7 +8,7 @@
 # experimental stuff enabled?
 echo "" >&3
 echo "Experimental features enabled:" >&3
-if [ -d "$HOME/.config/libreoffice/`echo 3.6 | cut -d. -f1`" ]; then
-        grep ExperimentalMode $HOME/.config/libreoffice/`echo 3.6 | cut -d. -f1`/user/registrymodifications.xcu >&3
+if [ -d "$HOME/.config/libreoffice/`echo @OOVER@ | cut -d. -f1`" ]; then
+        grep ExperimentalMode $HOME/.config/libreoffice/`echo @OOVER@ | cut -d. -f1`/user/registrymodifications.xcu >&3
 fi
 
diff --git a/libreoffice-gtk3.bug-script.in b/libreoffice-gtk3.bug-script.in
index 4ab6386..c53b8fe 100644
--- a/libreoffice-gtk3.bug-script.in
+++ b/libreoffice-gtk3.bug-script.in
@@ -3,6 +3,6 @@
 # experimental stuff enabled?
 echo "" >&3
 echo "Experimental features enabled:" >&3
-if [ -d "$HOME/.config/libreoffice/`echo 3.6 | cut -d. -f1`" ]; then
-        grep ExperimentalMode $HOME/.config/libreoffice/`echo 3.6 | cut -d. -f1`/user/registrymodifications.xcu >&3
+if [ -d "$HOME/.config/libreoffice/`echo @OOVER@ | cut -d. -f1`" ]; then
+        grep ExperimentalMode $HOME/.config/libreoffice/`echo @OOVER@ | cut -d. -f1`/user/registrymodifications.xcu >&3
 fi

-- 
LibreOffice packaging repository


Reply to: