File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ cd $BUILDDIR/$ARCH
35
35
36
36
[ -e libiconv.so ] || {
37
37
38
- [ -d libiconv-1.14 ] || curl -L http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz | tar xvz || exit 1
38
+ [ -e ../libiconv-1.14.tar.gz ] || curl -L http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz -o ../libiconv-1.14.tar.gz || exit 1
39
+
40
+ tar xvf ../libiconv-1.14.tar.gz
39
41
40
42
cd libiconv-1.14
41
43
@@ -77,8 +79,9 @@ cd $BUILDDIR/$ARCH
77
79
78
80
[ -e libicuuc.so ] || {
79
81
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
82
+ [ -e ../icu4c-52_1-src.tgz ] || curl http://pkgs.fedoraproject.org/repo/pkgs/icu/icu4c-52_1-src.tgz/9e96ed4c1d99c0d14ac03c140f9f346c/icu4c-52_1-src.tgz -o ../icu4c-52_1-src.tgz || exit 1
83
+
84
+ tar xvf ../icu4c-52_1-src.tgz
82
85
83
86
cd icu/source
84
87
You can’t perform that action at this time.
0 commit comments