#!/bin/sh

export REPO=/myrepos/xen-api-libs

set -e 
make clean
make uninstall
make all && make install
