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

[SCM] LibreOffice packaging repository branch, debian-experimental-3.5, updated. libreoffice_3.5.0_rc1-1-22-g44bd6ca



The following commit has been merged in the debian-experimental-3.5 branch:
commit 44bd6ca7fbd350333a5fa6a91ff8fda00f43cca6
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Jan 25 10:31:38 2012 +0000

    readd mv -core -> mozilla-libreoffice for the mozilla plugin

diff --git a/rules b/rules
index 6c235d5..1ee536c 100755
--- a/rules
+++ b/rules
@@ -2050,6 +2050,10 @@ ifeq "$(ENABLE_EVO2)" "y"
 endif
 
 ifeq "$(PACKAGE_NPSOPLUGIN)" "y"
+	mkdir -p -m755 debian/mozilla-libreoffice$(VER)/$(OODIR)/program
+	for f in libnpsoplugin.so nsplugin; do \
+		mv $(PKGDIR)-core/$(OODIR)/program/$$f debian/mozilla-libreoffice$(VER)/$(OODIR)/program; \
+	done
 	cd debian/mozilla-libreoffice$(VER) && \
 		mkdir -p usr/lib/mozilla/plugins && \
 			ln -sf /$(OODIR)/program/libnpsoplugin.so \

-- 
LibreOffice packaging repository


Reply to: