[Reproducible-commits] [texlive-bin] 04/10: fix typo in rules

Alexis Bienvenüe jboulix-guest at moszumanska.debian.org
Thu May 19 13:43:15 UTC 2016


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

jboulix-guest pushed a commit to annotated tag debian/2016.20160513.41080-2
in repository texlive-bin.

commit f240f2ebfc379b5210c3f6a945fb645fbd09b507
Author: Norbert Preining <preining at debian.org>
Date:   Mon May 16 12:28:13 2016 +0900

    fix typo in rules
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c8dca67..01c71d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ endif
 #
 # building on mips/sparc etc is somehow broken, try fix from tlbuild
 # by setting U_IS_BIG_ENDIAN=0
-ifneq (,$(findstring $(DEB_HOST_ARCH)), $(BROKEN_ICU_ARCHS))
+ifneq (,$(findstring $(DEB_HOST_ARCH), $(BROKEN_ICU_ARCHS)))
   export CFLAGS = $(CFLAGS) -DU_IS_BIG_ENDIAN=0
   export CXXFLAGS = $(CFLAGS) -DU_IS_BIG_ENDIAN=0
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/texlive-bin.git



More information about the Reproducible-commits mailing list