Ignore:
Timestamp:
Dec 8, 2006, 6:44:22 AM (19 years ago)
Author:
bird
Message:

more or less completed the fetch feature.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/TARGZ.kmk

    r667 r688  
    5151define TOOL_TARGZ_UNPACK_CMDS
    5252        $(TOOL_TARGZ_UNPACK) -x $(flags) -C $(inst) -f $(archive)
    53         $(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) | $(SED) -e 's|^|$(inst)|g' > $(out)
     53        $(TOOL_TARGZ_UNPACK) -t $(flags) -f $(archive) > $(out)
    5454endef
    5555
Note: See TracChangeset for help on using the changeset viewer.