mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
* install.sh: Adding install script for use by compile-all.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@26845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
829457697a
commit
53c26e6560
1 changed files with 9 additions and 0 deletions
9
install.sh
Executable file
9
install.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#/bin/sh
|
||||
|
||||
PREFIX=$1
|
||||
MAKE=$2
|
||||
|
||||
. $PREFIX/System/Library/Makefiles/GNUstep.sh
|
||||
$MAKE install
|
||||
|
||||
exit 0
|
Loading…
Reference in a new issue