diff --git a/src/apps/bin/coreutils-5.0/src/Jamfile b/src/apps/bin/coreutils-5.0/src/Jamfile index b3b3674738..bf0c53f8e9 100644 --- a/src/apps/bin/coreutils-5.0/src/Jamfile +++ b/src/apps/bin/coreutils-5.0/src/Jamfile @@ -100,7 +100,7 @@ BinCommand ls : BinCommand rm : rm.c remove.c : libfetish.a : $(coreutils_rsrc) ; -BinCommand chgroup : +BinCommand chgrp : chgrp.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; BinCommand chown :