libs-base/install.sh
Gregory John Casamento 85d9f728f5 * install.sh: Add --with-installation-domain=SYSTEM to the script
to allow automated build on Windows.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29350 72102866-910b-0410-8b05-ffd578937521
2010-01-21 21:17:52 +00:00

10 lines
188 B
Bash
Executable file

#! /bin/sh
PREFIX=$1
MAKE=${2-make}
. $PREFIX/System/Library/Makefiles/GNUstep.sh
sh configure --with-installation-domain=SYSTEM
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
exit 0