mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Do not reference GNUSTEP_INSTALLATION_DIR
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24552 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0ae3b84de5
commit
8a7995689d
2 changed files with 11 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
We're installing gnustep-base using the new
|
||||
GNUSTEP_INSTALLATION_DOMAIN mechanism, so GNUSTEP_INSTALLATION_DIR
|
||||
will not even be defined in makefiles and should never be
|
||||
referenced.
|
||||
* Tools/Makefile.postamble (after-install): Use GNUSTEP_TOOLS, not
|
||||
GNUSTEP_INSTALLATION_DIR/Tools.
|
||||
|
||||
2007-02-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Resources/GNUmakefile (base-resources_INSTALL_DIR): New variable
|
||||
|
|
|
@ -73,8 +73,8 @@ after-install::
|
|||
echo "************************************************************"; \
|
||||
echo ""; \
|
||||
else \
|
||||
echo "Making gdomap in $(GNUSTEP_INSTALLATION_DIR)/Tools/$(GNUSTEP_TARGET_DIR) setuid to root"; \
|
||||
$(INSTALL) -m 05755 $(GNUSTEP_OBJ_DIR)/gdomap $(GNUSTEP_INSTALLATION_DIR)/Tools/$(GNUSTEP_TARGET_DIR); \
|
||||
echo "Making gdomap in $(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_DIR) setuid to root"; \
|
||||
$(INSTALL) -m 05755 $(GNUSTEP_OBJ_DIR)/gdomap $(GNUSTEP_TOOLS)/$(GNUSTEP_TARGET_DIR); \
|
||||
fi; \
|
||||
echo "************************************************************"; \
|
||||
echo "WARNING: if gdomap is started automatically, it will probe"; \
|
||||
|
|
Loading…
Reference in a new issue