diff options
Diffstat (limited to 'package/cups')
-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 169cdb334..3b9f2e0d3 100644 --- a/package/cups/cups.mk +++ b/package/cups/cups.mk @@ -69,7 +69,7 @@ $(DL_DIR)/$(CUPS_SOURCE): $(CUPS_DIR)/.unpacked: $(DL_DIR)/$(CUPS_SOURCE) $(CUPS_CAT) $(DL_DIR)/$(CUPS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - - toolchain/patch-kernel.sh $(CUPS_DIR) package/cups/ \*.patch + support/scripts/apply-patches.sh $(CUPS_DIR) package/cups/ \*.patch $(CONFIG_UPDATE) $(CUPS_DIR) touch $@ |