Changed bridge to zcat from bzcat - sf fixed the archive

SVN-Revision: 69
v19.07.3_mercusys_ac12_duma
Gerry Rozema 20 years ago
parent 62f521be1e
commit 954b5a82ce

@ -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…
Cancel
Save