From d50820b4a7e888c58c20bf2c092b6c14f20498e7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 28 Jan 2020 23:07:32 +0300 Subject: webkit-friends: move to extra --- extra/icu/build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 extra/icu/build (limited to 'extra/icu/build') diff --git a/extra/icu/build b/extra/icu/build new file mode 100755 index 00000000..b1be7e65 --- /dev/null +++ b/extra/icu/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +cd source + +./configure --prefix=/usr +make +make DESTDIR="$1" install -- cgit v1.2.3