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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.1, updated. libreoffice_4.1.0_beta2-2-59-gd34c590



The following commit has been merged in the debian-experimental-4.1 branch:
commit 9751f445f8082f9b2fe7c4ee4ac9c379aaf3d9fe
Author: Rene Engelhard <rene@rene-engelhard.de>
Date:   Sun Jun 23 18:06:54 2013 +0200

    fix duplicate echo..

diff --git a/rules b/rules
index 1376ad5..e10716c 100755
--- a/rules
+++ b/rules
@@ -2334,7 +2334,7 @@ ifeq "$(ENABLE_PYTHON)" "y"
 	# as otherwise the python-based unittests fail miserably.
 	echo "import sys, os" > $(PYTHON_SITE)/uno.py
 	echo "sys.path.append('$(OODIR)/program')" >> $(PYTHON_SITE)/uno.py
-	echo echo "os.putenv('URE_BOOTSTRAP', 'vnd.sun.star.pathname:$(OODIR)/program/fundamentalrc')" >> $(PYTHON_SITE)/uno.py
+	echo "os.putenv('URE_BOOTSTRAP', 'vnd.sun.star.pathname:$(OODIR)/program/fundamentalrc')" >> $(PYTHON_SITE)/uno.py
 	cat debian/python3.3-uno/$(OODIR)/program/uno.py >> $(PYTHON_SITE)/uno.py
 	rm -f debian/python3.3-uno/$(OODIR)/program/uno.py
 	mv debian/python3.3-uno/$(OODIR)/program/unohelper.py $(PYTHON_SITE)

-- 
LibreOffice packaging repository


Reply to: