mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Install into SYSTEM when using install.sh
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@27166 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c1a929d9ad
commit
d0f134c602
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