ports: add grep and sed to noux_tool_chain

Fixes #821
This commit is contained in:
Josef Söntgen 2013-08-07 12:15:07 +02:00 committed by Norman Feske
parent 5cf4e323c5
commit b5739fc520
1 changed files with 1 additions and 1 deletions

View File

@ -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 }