diff options
Diffstat (limited to 'package/cups/cups.mk')
-rw-r--r-- | package/cups/cups.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cups/cups.mk b/package/cups/cups.mk index 3b9f2e0d3..4e8db71aa 100644 --- a/package/cups/cups.mk +++ b/package/cups/cups.mk @@ -70,7 +70,7 @@ $(DL_DIR)/$(CUPS_SOURCE): $(CUPS_DIR)/.unpacked: $(DL_DIR)/$(CUPS_SOURCE) $(CUPS_CAT) $(DL_DIR)/$(CUPS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - support/scripts/apply-patches.sh $(CUPS_DIR) package/cups/ \*.patch - $(CONFIG_UPDATE) $(CUPS_DIR) + $(call CONFIG_UPDATE,$(CUPS_DIR)) touch $@ $(CUPS_DIR)/.configured: $(CUPS_DIR)/.unpacked |