mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-24 17:28:59 +00:00
Better install of gdomap
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3437 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
144437f726
commit
e443b738c1
1 changed files with 8 additions and 1 deletions
|
@ -19,7 +19,14 @@
|
|||
|
||||
# Things to do after installing
|
||||
after-install::
|
||||
$(INSTALL) -m 05755 $(GNUSTEP_OBJ_DIR)/gdomap $(GNUSTEP_INSTALLATION_DIR)/Tools/$(GNUSTEP_TARGET_DIR)
|
||||
if [ "`whoami`" != "root" ]; then \
|
||||
echo "WARNING: gdomap MUST be installed owned by rooot and with"; \
|
||||
echo "the 's-bit' set unless you defined 'GDOMAP_PORT_OVERRIDE' in"; \
|
||||
echo "gdomap.h before compiling gdomap.c and NSPortNameServer.m"; \
|
||||
echo "in which case you should install it by hand."; \
|
||||
else \
|
||||
$(INSTALL) -m 05755 $(GNUSTEP_OBJ_DIR)/gdomap $(GNUSTEP_INSTALLATION_DIR)/Tools/$(GNUSTEP_TARGET_DIR); \
|
||||
fi; \
|
||||
|
||||
# Things to do before uninstalling
|
||||
# before-uninstall::
|
||||
|
|
Loading…
Reference in a new issue