mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-01 17:52:07 +00:00
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:
parent
31fc88213f
commit
e9a58d66ae
1 changed files with 1 additions and 1 deletions
|
@ -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),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue