#!/bin/sh

top=$1
bin=$2

( cd $bin ; $bin/vips -links | sh )
cp $top/config/vips-config $bin
