mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Install into SYSTEM when using install.sh
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27165 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3bde1ce15d
commit
b74117a2ac
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ PREFIX=$1
|
|||
MAKE=$2
|
||||
|
||||
. $PREFIX/System/Library/Makefiles/GNUstep.sh
|
||||
$MAKE install
|
||||
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
|
||||
|
||||
exit 0
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue