[libreoffice] 02/04: don\'t loose install-arch target when PACKAGE_SDK=n, thanks ramcq

Rene Engelhard rene at moszumanska.debian.org
Sun Sep 17 09:56:20 UTC 2017


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

rene pushed a commit to branch debian-experimental-5.4
in repository libreoffice.

commit 8eb1b2b248b5244e84286a71037076dd4724d7cc
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sun Sep 17 11:51:19 2017 +0200

    don\'t loose install-arch target when PACKAGE_SDK=n, thanks ramcq
---
 rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules b/rules
index 9359339..54d6dba 100755
--- a/rules
+++ b/rules
@@ -2373,7 +2373,6 @@ ifeq "$(PACKAGE_SDK)" "y"
 	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 \
 		$(PKGDIR)-dev-common/$(OODIR)/share/glade
@@ -2774,6 +2773,7 @@ endif
 	# should be empty now, remove if there
 	rm -rf $(PKGDIR)-core/$(OODIR)/ure
 
+ifeq "$(PACKAGE_SDK)" "y"
 	# create wrapper scripts
 	cd $(PKGDIR)-dev/$(OOSDKDIR)/bin && \
 	for i in *; do \

-- 
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