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

[libreoffice] 02/02: fix install-indep with PACKAGE_SDK_DOCS=n



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

rene pushed a commit to branch master
in repository libreoffice.

commit 073df163811e651174737228a9d2617ab25b694e
Author: Rene Engelhard <rene@debian.org>
Date:   Thu Apr 28 19:56:55 2016 +0200

    fix install-indep with PACKAGE_SDK_DOCS=n
---
 rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rules b/rules
index e8d8ebe..847ab56 100755
--- a/rules
+++ b/rules
@@ -2924,10 +2924,12 @@ ifeq "$(ENABLE_HELP)" "n"
 endif
 
 ifeq "$(PACKAGE_SDK)" "y"
+  ifeq "$(PACKAGE_SDK_DOCS)" "y"
 	rm -f $(PKGDIR)-dev-doc/usr/share/doc/libreoffice-dev-doc/LICENSE
 	perl -pi -e 's,license.html,http://www.gnu.org/licenses/lgpl.html,' \
 		$(PKGDIR)-dev-doc/$(OOSDKDIR)/index.html
 	find $(PKGDIR)-dev-doc/$(OODIR)/sdk/examples -type f -exec chmod 644 {} \;
+  endif
 endif
 
 ifeq "$(ENABLE_JAVA)" "y"

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


Reply to: