Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A34D10990 for ; Thu, 6 Feb 2014 17:30:29 +0000 (UTC) Received: (qmail 11932 invoked by uid 500); 6 Feb 2014 17:28:13 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 11138 invoked by uid 500); 6 Feb 2014 17:27:52 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 10867 invoked by uid 99); 6 Feb 2014 17:27:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 17:27:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id CC1DC8A34A0; Thu, 6 Feb 2014 17:27:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davisp@apache.org To: commits@couchdb.apache.org Date: Thu, 06 Feb 2014 17:28:28 -0000 Message-Id: In-Reply-To: <24a97e2b76944cf6952863df43b7ba3e@git.apache.org> References: <24a97e2b76944cf6952863df43b7ba3e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [46/46] couch-collate commit: updated refs/heads/import-rcouch to 8ecdb84 fix path Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-collate/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-collate/commit/8ecdb840 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-collate/tree/8ecdb840 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-collate/diff/8ecdb840 Branch: refs/heads/import-rcouch Commit: 8ecdb8407efd0e722f0fd84762dc92ed29c6abaa Parents: b65a3ad Author: benoitc Authored: Wed Jan 15 22:40:36 2014 +0100 Committer: Paul J. Davis Committed: Thu Feb 6 11:25:49 2014 -0600 ---------------------------------------------------------------------- build_icu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch-collate/blob/8ecdb840/build_icu.sh ---------------------------------------------------------------------- diff --git a/build_icu.sh b/build_icu.sh index e6ba834..167e73d 100755 --- a/build_icu.sh +++ b/build_icu.sh @@ -21,7 +21,7 @@ DISTDIR=$CORE_TOP/.dists ICU_VER=4.4.2 ICU_DISTNAME=icu4c-4_4_2-src.tgz ICU_SITE=http://dl.refuge.io -ICUDIR=$STATICLIBS/icu_src/icu +ICUDIR=$STATICLIBS/icu [ "$MACHINE" ] || MACHINE=`(uname -m) 2>/dev/null` || MACHINE="unknown" @@ -82,10 +82,10 @@ build_icu() rm -rf $STATICLIBS/icu* cd $STATICLIBS - $GUNZIP -c $DISTDIR/$ICU_DISTNAME | $TAR xf - -C $STATICLIBS/icu_src + $GUNZIP -c $DISTDIR/$ICU_DISTNAME | $TAR xf - # apply patches - cd $STATICLIBS/icu_src + cd $STATICLIBS/icu for P in $PATCHES/icu/*.patch; do \ (patch -p0 -i $P || echo "skipping patch"); \ done