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:
Nicola Pero 2001-12-10 19:37:33 +00:00
parent 2981ac5da3
commit 5559e8cae8

View file

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