~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to install.sh

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
MAKE=${2-make}
5
5
 
6
6
. $PREFIX/System/Library/Makefiles/GNUstep.sh
 
7
 
7
8
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
8
9
 
9
10
exit 0