summaryrefslogtreecommitdiffstats
path: root/package/grep
diff options
context:
space:
mode:
Diffstat (limited to 'package/grep')
-rw-r--r--package/grep/grep.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index 1369715f0..ed019b211 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -22,6 +22,7 @@ $(GNUGREP_DIR)/.unpacked: $(DL_DIR)/$(GNUGREP_SOURCE)
mv $(GNUGREP_DIR) $(GNUGREP_DIR).xxx
$(GNUGREP_CAT) $(GNUGREP_DIR).xxx/grep_$(GNUGREP_VERSION).tar.gz | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
rm -rf $(GNUGREP_DIR).xxx
+ $(CONFIG_UPDATE) $(GNUGREP_DIR)
touch $(GNUGREP_DIR)/.unpacked
$(GNUGREP_DIR)/.configured: $(GNUGREP_DIR)/.unpacked