Use GNUSTEP_INSTALLATION_DOMAIN instead of GNUSTEP_INTSTALLATION_DIR

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23847 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2006-10-11 09:29:06 +00:00
parent c927fca12a
commit 471c3b6660
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-10-11 Nicola Pero <nicola.pero@meta-innovation.com>
* GNUmakefile (GNUSTEP_INSTALLATION_DOMAIN): Use GNUSTEP_INSTALLATION_DOMAIN
instead of GNUSTEP_INSTALLATION_DIR.
2006-10-11 Richard Frith-Macdonald <rfm@gnu.org>
* Source/externs.m:

View file

@ -30,7 +30,8 @@ ifeq ($(GNUSTEP_MAKEFILES),)
endif
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
# FIXME: would it work if you want to install it into local
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
RPM_DISABLE_RELOCATABLE=YES
PACKAGE_NEEDS_CONFIGURE = YES