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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.7, updated. libreoffice_3.6.3_rc2-1-117-gfab2db3



The following commit has been merged in the debian-experimental-3.7 branch:
commit fab2db39fbb0bad77e79c22a8e5b3b0b6305712f
Author: Rene Engelhard <rene@debian.org>
Date:   Fri Nov 9 23:54:26 2012 +0100

    actually unpack librelogo.oxt in the right directory...

diff --git a/rules b/rules
index 6bdc848..918cf68 100755
--- a/rules
+++ b/rules
@@ -2753,7 +2753,8 @@ endif
 
 ifeq "$(PACKAGE_LIBRELOGO)" "y"
 	rm -rf $(PKGDIR)-librelogo
-	mkdir -p $(PKGDIR)-librelogo/$(OODIR)/share/extensions/librelogo && \
+	mkdir -p $(PKGDIR)-librelogo/$(OODIR)/share/extensions/librelogo
+	cd $(PKGDIR)-librelogo/$(OODIR)/share/extensions/librelogo && \
 		unzip $(CURDIR)/solver/$(shell . $(SOURCE_TREE)/config_host.mk.source; echo $$OUTPATH$$PROEXT)/bin/librelogo.oxt 
 endif
 

-- 
LibreOffice packaging repository


Reply to: