[libreoffice] 01/01: fix build

Rene Engelhard rene at moszumanska.debian.org
Sat Jul 8 09:09:47 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 9a9cf0547b68de8dd67b298fc956f8f37a00e7ce
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Sat Jul 8 09:00:40 2017 +0000

    fix build
---
 rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/rules b/rules
index 83d6c79..ad6f4c2 100755
--- a/rules
+++ b/rules
@@ -2069,16 +2069,16 @@ endif
 endif
 
 ifeq "$(RUN_PYTESTS)" "y"
-	cd $(SOURCE_TREE)/pyuno && \
-		$(IGNORE_MAKE_CHECK_FAILURES)$(MAKE) PythonTest_pytests
+	$(IGNORE_MAKE_CHECK_FAILURES)cd $(SOURCE_TREE)/pyuno && \
+		$(MAKE) PythonTest_pytests
 endif
 
 check-indep:
 ifneq (nocheck,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	# since the gb_SUPPRESS_CHECK stuff in build this isn't checked.
 	# probably should, so do it here manually.
-	cd odk && \
-		$(IGNORE_MAKE_CHECK_FAILURES)$(MAKE) check
+	$(IGNORE_MAKE_CHECK_FAILURES)cd odk && \
+		$(MAKE) check
 endif
 
 install: $(STAMP_DIR)/install-common $(STAMP_DIR)/install-arch $(STAMP_DIR)/install-indep

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