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

[libreoffice] 01/03: 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 debian-experimental-5.2
in repository libreoffice.

commit 0416c110ac9d3e16cd794e00d4b3809c890cefc4
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 df6d1cd..e9012ca 100755
--- a/rules
+++ b/rules
@@ -2904,10 +2904,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: