From b5739fc520ddde86a7879ed58e0d6ae7e0c25079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Wed, 7 Aug 2013 12:15:07 +0200 Subject: [PATCH] ports: add grep and sed to noux_tool_chain Fixes #821 --- ports/run/noux_tool_chain.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/run/noux_tool_chain.inc b/ports/run/noux_tool_chain.inc index 975e1af89e..69de47e988 100644 --- a/ports/run/noux_tool_chain.inc +++ b/ports/run/noux_tool_chain.inc @@ -37,7 +37,7 @@ if {[have_spec x86]} { # # Build Noux packages only once # -set noux_pkgs "bash coreutils vim findutils make which $binutils $gcc" +set noux_pkgs "bash coreutils vim grep sed findutils make which $binutils $gcc" foreach pkg $noux_pkgs { lappend_if [expr ![file exists bin/$pkg]] build_components noux-pkg/$pkg }