From 4af637632c20162ae8f07b02d17c7eb267747557 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 6 Nov 2002 15:28:08 +0000 Subject: [PATCH] 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 --- GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 634fc26a..ac26606e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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