diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-11 12:43:36 +0300 |
commit | eb3d3df0fae4b0e273d9d3ebe6e6a0603c002874 (patch) | |
tree | 9e4ddbfef8d7a1ebeece2b773465017dccf58200 /testing/icu/build | |
parent | a03d22372378bc29bffcadcaa073103d66ed0062 (diff) | |
download | repository-eb3d3df0fae4b0e273d9d3ebe6e6a0603c002874.tar.gz |
icu: add to testing
Diffstat (limited to 'testing/icu/build')
-rwxr-xr-x | testing/icu/build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/icu/build b/testing/icu/build new file mode 100755 index 00000000..b1be7e65 --- /dev/null +++ b/testing/icu/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +cd source + +./configure --prefix=/usr +make +make DESTDIR="$1" install |