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:
Nicola Pero 2002-11-06 15:28:08 +00:00
parent d0879f719e
commit 4af637632c

View file

@ -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