Changed bridge to zcat from bzcat - sf fixed the archive
SVN-Revision: 69
This commit is contained in:
parent
62f521be1e
commit
954b5a82ce
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ $(DL_DIR)/$(BRIDGE_SOURCE):
|
|||
|
||||
$(BRIDGE_BUILD_DIR)/.unpacked: $(DL_DIR)/$(BRIDGE_SOURCE)
|
||||
# ack! it's a .tgz which is really a bzip
|
||||
bzcat $(DL_DIR)/$(BRIDGE_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
zcat $(DL_DIR)/$(BRIDGE_SOURCE) | tar -C $(BUILD_DIR) -xvf -
|
||||
patch -p1 -d $(BRIDGE_BUILD_DIR) < $(SOURCE_DIR)/bridge.patch
|
||||
touch $(BRIDGE_BUILD_DIR)/.unpacked
|
||||
|
||||
|
|
Loading…
Reference in a new issue