More unbreaking. These cosmetic directory renames don't seem to be working out very well..

This commit is contained in:
Hamish Moffatt 2008-04-04 00:13:56 +00:00
parent 556016491c
commit e59659d5b3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $(DL_DIR)/$(BRIDGE_SOURCE):
$(BRIDGE_BUILD_DIR)/.unpacked: $(DL_DIR)/$(BRIDGE_SOURCE)
$(ZCAT) $(DL_DIR)/$(BRIDGE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
patch -p1 -d $(BRIDGE_BUILD_DIR) < package/bridge/bridge.patch
patch -p1 -d $(BRIDGE_BUILD_DIR) < package/bridge-utils/bridge.patch
touch $(BRIDGE_BUILD_DIR)/.unpacked
$(BRIDGE_BUILD_DIR)/.configured: $(BRIDGE_BUILD_DIR)/.unpacked