mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Install in SYSTEM when building with script.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27164 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d583f13520
commit
908370d2fd
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