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

[glibc] 01/01: Fix a typo



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

aurel32 pushed a commit to branch sid
in repository glibc.

commit 5507c7e977237ba3ea333bcbc1e3fedfb3350c53
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Mon Mar 21 00:09:35 2016 +0100

    Fix a typo
---
 debian/rules.d/build.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index c90fc38..413ad1a 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -285,7 +285,7 @@ endif
 # build-dependency makes sure that the correct version is used, as
 # the format might change between upstream versions.
 #
-ifeq ($(DEB_BUILD_ARCH),a$(DEB_HOST_ARCH))
+ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 LOCALEDEF = I18NPATH=$(CURDIR)/localedata \
 	    GCONV_PATH=$(CURDIR)/$(DEB_BUILDDIRLIBC)/iconvdata \
 	    LC_ALL=C \

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


Reply to: