From eb0adc17d6a5486d58539c78a682c14f55bc980f Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Tue, 19 Nov 2019 08:09:42 +0100 Subject: [PATCH] pcre: Add pcregrep to core system Triggered by --> https://community.ipfire.org/t/pcregrep-on-ipfire/259 . This patch adds pcregrep only from the actual package not from pcre-compat. Signed-off-by: Erik Kapfer Signed-off-by: Arne Fitzenreiter --- config/rootfiles/common/pcre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/common/pcre b/config/rootfiles/common/pcre index 6db5724fad..79779fb948 100644 --- a/config/rootfiles/common/pcre +++ b/config/rootfiles/common/pcre @@ -1,5 +1,5 @@ #usr/bin/pcre-config -#usr/bin/pcregrep +usr/bin/pcregrep #usr/bin/pcretest #usr/include/pcre.h #usr/include/pcre_scanner.h -- 2.39.5