mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
asterisk: fix paths (broken by r23330)
This commit is contained in:
@@ -15,7 +15,7 @@ $(DL_DIR)/$(ASTERISK_SOURCE):
|
||||
|
||||
$(ASTERISK_DIR)/.source: $(DL_DIR)/$(ASTERISK_SOURCE)
|
||||
$(ZCAT) $(DL_DIR)/$(ASTERISK_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
toolchain/patch-kernel.sh $(ASTERISK_DIR) package/asterisk/ asterisk\*.patch
|
||||
toolchain/patch-kernel.sh $(ASTERISK_DIR) package/audio/asterisk/ asterisk\*.patch
|
||||
touch $@
|
||||
|
||||
$(ASTERISK_DIR)/.configured: $(ASTERISK_DIR)/.source
|
||||
|
||||
Reference in New Issue
Block a user