#/bin/sh
PREFIX=$1
MAKE=$2
. $PREFIX/System/Library/Makefiles/GNUstep.sh
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
exit 0