1#!/bin/sh
2# Copyright 2006-2008 The FLWOR Foundation.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16ln -s $2/usr/local/lib/libicudata.43.1.dylib $2/usr/local/lib/libicudata.43.dylib
17ln -s $2/usr/local/lib/libicui18n.43.1.dylib $2/usr/local/lib/libicui18n.43.dylib
18ln -s $2/usr/local/lib/libicuuc.43.1.dylib $2/usr/local/lib/libicuuc.43.dylib
19ln -s $2/usr/local/lib/libxerces-c.3.0.dylib $2/usr/local/lib/libxerces-c.3.dylib
20ln -s $2/usr/local/lib/libxml2.2.7.2.dylib $2/usr/local/lib/libxml2.dylib
21ln -s $2/usr/local/lib/libxml2.2.7.2.dylib $2/usr/local/lib/libxml2.2.dylib
22ln -s $2/usr/local/lib/libicudata.43.1.dylib $2/usr/local/lib/libicudata.dylib
23ln -s $2/usr/local/lib/libicui18n.43.1.dylib $2/usr/local/lib/libicui18n.dylib
24ln -s $2/usr/local/lib/libicuuc.43.1.dylib $2/usr/local/lib/libicuuc.dylib
25ln -s $2/usr/local/lib/libxerces-c.3.0.dylib $2/usr/local/lib/libxerces-c.dylib
26ln -s $2/usr/local/lib/libxml2.2.7.2.dylib $2/usr/local/lib/libxml2.dylib
27exit 0
28