Added install script for use by compile-all

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26847 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
gcasa 2008-09-14 17:19:50 +00:00
parent a7a741d0be
commit 28bee9edb9
2 changed files with 13 additions and 0 deletions

9
install.sh Executable file
View file

@ -0,0 +1,9 @@
#/bin/sh
PREFIX=$1
MAKE=$2
. $PREFIX/System/Library/Makefiles/GNUstep.sh
$MAKE install
exit 0