Everyone should have read chown instead of chmod :)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10341 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-12-01 17:31:06 +00:00
parent 3f6a966e41
commit 08f17bb51b

View File

@ -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) ;