mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
c927fca12a
commit
471c3b6660
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue