domain: add node ipv6 address to nodeMap
[hcoop/domtool2.git] / bootstrap / domtool-install-lib
CommitLineData
2a73fe51
CE
1#!/bin/sh
2
3# install domtool library
4SHAREDROOT=`../bin/domtool-config -path shared-root`
5
6if [ -z "$SHAREDROOT" ]; then
7 echo "shared-root not set, domtool not built?"
8 exit 1
9fi
10
11rsync -r ../lib/ $SHAREDROOT/lib