Fixed installation of gswapp.make

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16843 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2003-05-31 07:41:05 +00:00
parent 31fc88213f
commit e9a58d66ae

View file

@ -327,7 +327,7 @@ $(GSWAPP_DIR_NAME)/Resources/WebServer:
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
internal-gswapp-install_::
$(ECHO_INSTALLING)($(MKINSTALLDIRS) $(GNUSTEP_GSWAPPS); \
$(ECHO_INSTALLING)$(MKINSTALLDIRS) $(GNUSTEP_GSWAPPS); \
rm -rf $(GNUSTEP_GSWAPPS)/$(GSWAPP_DIR_NAME); \
$(TAR) ch --exclude=CVS --to-stdout $(GSWAPP_DIR_NAME) | (cd $(GNUSTEP_GSWAPPS); $(TAR) xf -)$(END_ECHO)
ifneq ($(CHOWN_TO),)