set -e -x

tar zxf shadow/shadow-4.2.1.tar.gz

cd shadow-4.2.1/
./configure --prefix=${BOSH_INSTALL_TARGET}
make
make install
