]> git.armaanb.net Git - asd-repo.git/blob - extra/icu/build
Adapt for asd linux
[asd-repo.git] / extra / icu / build
1 #!/bin/sh -e
2
3 # Change the order for checking installed compilers as
4 # the ccache clang symlink might exist, but clang might not be installed.
5 sed -i 's/clang gcc cc/cc clang gcc/g'       source/configure
6 sed -i 's/clang++ g++ c++/c++ clang++ g++/g' source/configure
7
8 source/configure \
9     --prefix=/usr \
10     --sbindir=/usr/bin
11
12 make
13 make DESTDIR="$1" install