mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Reverted tar option --to-stdout' to be
f -' - looks like more portable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@11685 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2981ac5da3
commit
5559e8cae8
1 changed files with 2 additions and 2 deletions
|
@ -290,8 +290,8 @@ ifneq ($(HEADER_FILES),)
|
|||
endif
|
||||
endif
|
||||
rm -rf $(BUNDLE_INSTALL_DIR)/$(BUNDLE_DIR_NAME); \
|
||||
$(TAR) ch --exclude=$(BUNDLE_DIR_NAME)/Contents/Resources \
|
||||
--to-stdout $(BUNDLE_DIR_NAME) \
|
||||
$(TAR) chf - --exclude=$(BUNDLE_DIR_NAME)/Contents/Resources \
|
||||
$(BUNDLE_DIR_NAME) \
|
||||
| (cd $(BUNDLE_INSTALL_DIR); $(TAR) xf -); \
|
||||
(cd $(BUNDLE_INSTALL_DIR)/$(BUNDLE_DIR_NAME)/Contents; \
|
||||
rm -f Resources; $(LN_S) ../Resources .)
|
||||
|
|
Loading…
Reference in a new issue