From eb3d3df0fae4b0e273d9d3ebe6e6a0603c002874 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Jan 2020 12:43:36 +0300 Subject: icu: add to testing --- testing/icu/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 testing/icu/build (limited to 'testing/icu/build') 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 -- cgit v1.2.3