From 08f17bb51bb1ae32d34660dc03a7ebcb97b3b533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 1 Dec 2004 17:31:06 +0000 Subject: [PATCH] Everyone should have read chown instead of chmod :) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10341 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/coreutils-5.0/src/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/bin/coreutils-5.0/src/Jamfile b/src/apps/bin/coreutils-5.0/src/Jamfile index b12a750470..b3b3674738 100644 --- a/src/apps/bin/coreutils-5.0/src/Jamfile +++ b/src/apps/bin/coreutils-5.0/src/Jamfile @@ -103,8 +103,8 @@ BinCommand rm : BinCommand chgroup : chgrp.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; -BinCommand chmod : - chmod.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; +BinCommand chown : + chown.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; BinCommand cp : cp.c copy.c cp-hash.c : libfetish.a : $(coreutils_rsrc) ;