[libreoffice] 03/03: one more mssing ifeq ENABLE_JAVA

Rene Engelhard rene at moszumanska.debian.org
Sun Aug 6 07:44:59 UTC 2017


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libreoffice.

commit 85291f925e577616387d1dd29ff6de2d64a23bd4
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Aug 6 07:44:38 2017 +0000

    one more mssing ifeq ENABLE_JAVA
---
 rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules b/rules
index 85dc060..cb95fee 100755
--- a/rules
+++ b/rules
@@ -2358,9 +2358,11 @@ ifeq "$(PACKAGE_SDK)" "y"
 		$(PKGDIR)-dev-common/$(OOSDKDIR)
 	mv $(PKGDIR)-dev/$(OOSDKDIR)/index.html* \
 		$(PKGDIR)-dev-common/$(OOSDKDIR)
+  ifeq "$(ENABLE_JAVA)" "y"
 	mkdir -p $(PKGDIR)-dev-common/usr/share/libreoffice/sdk
 	mv $(PKGDIR)-dev/usr/share/libreoffice/sdk/classes \
 		$(PKGDIR)-dev-common/usr/share/libreoffice/sdk
+  endif
 ifeq "$(PACKAGE_SDK)" "y"
 	mkdir -p $(PKGDIR)-dev-common/$(OODIR)/share/glade
 	mv $(PKGDIR)-common/$(OODIR)/share/glade/libreoffice-catalog.xml \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git



More information about the Pkg-openoffice-commits mailing list