From 7335fda5b42b37217dcc9555fea6831966b2c560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 1 Dec 2004 17:37:05 +0000 Subject: [PATCH] Everyone should have read chgrp instead of chgroup :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10342 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/coreutils-5.0/src/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :