Patch from Richard.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1997-11-07 18:46:30 +00:00
parent 3dd1e6b669
commit 4fbe10eb9e
5 changed files with 34 additions and 14 deletions

View file

@ -15,11 +15,11 @@
# after-all::
# Things to do before installing
before-install::
$(INSTALL) -m 05755 gdomap $(GNUSTEP_SYSTEM_ROOT)/Tools
# before-install::
# Things to do after installing
# after-install::
after-install::
$(INSTALL) -m 05755 gdomap $(GNUSTEP_INSTALLATION_DIR)/Tools/$(GNUSTEP_TARGET_DIR)
# Things to do before uninstalling
# before-uninstall::