Skip to content

Commit 22ac1d1

Browse files
committed
changes icu4c-52 url to fedoraproject
1 parent 5a97b64 commit 22ac1d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ cd $BUILDDIR/$ARCH
7777

7878
[ -e libicuuc.so ] || {
7979

80-
[ -d icu ] || curl http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz | tar xvz || exit 1
80+
#[ -d icu ] || curl http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz | tar xvz || exit 1
81+
[ -d icu ] || curl http://pkgs.fedoraproject.org/repo/pkgs/icu/icu4c-52_1-src.tgz/9e96ed4c1d99c0d14ac03c140f9f346c/icu4c-52_1-src.tgz | tar xvz || exit 1
8182

8283
cd icu/source
8384

0 commit comments

Comments
 (0)