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
+2 -2
View File
@@ -103,8 +103,8 @@ BinCommand rm :
BinCommand chgroup : BinCommand chgroup :
chgrp.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; chgrp.c chown-core.c : libfetish.a : $(coreutils_rsrc) ;
BinCommand chmod : BinCommand chown :
chmod.c chown-core.c : libfetish.a : $(coreutils_rsrc) ; chown.c chown-core.c : libfetish.a : $(coreutils_rsrc) ;
BinCommand cp : BinCommand cp :
cp.c copy.c cp-hash.c : libfetish.a : $(coreutils_rsrc) ; cp.c copy.c cp-hash.c : libfetish.a : $(coreutils_rsrc) ;