mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
Fixed typo which was installing config.site into a dir called shared rather than share
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14941 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0879f719e
commit
4af637632c
1 changed files with 2 additions and 2 deletions
|
@ -170,8 +170,8 @@ install: all
|
|||
done; \
|
||||
$(INSTALL_DATA) executable.template $(makedir); \
|
||||
$(INSTALL_DATA) config.make $(makedir)/$(GNUSTEP_TARGET_DIR))
|
||||
$(EC)($(srcdir)/mkinstalldirs $(GNUSTEP_SYSTEM_ROOT)/shared; \
|
||||
$(INSTALL_DATA) $(srcdir)/config.site $(GNUSTEP_SYSTEM_ROOT)/shared)
|
||||
$(EC)($(srcdir)/mkinstalldirs $(GNUSTEP_SYSTEM_ROOT)/share; \
|
||||
$(INSTALL_DATA) $(srcdir)/config.site $(GNUSTEP_SYSTEM_ROOT)/share)
|
||||
|
||||
#
|
||||
# NICOLA - Need to clean the following message and print it at the end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue