diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-29 09:56:33 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-29 09:56:33 +0000 |
commit | b71fd2ee99b6396dcbebae260c1a91c9f1306744 (patch) | |
tree | d006caf138b47738b123e300e0c2885ed1ebf770 /data/coreutils/make.sh | |
parent | 3614f30ba16833157ba33d27909115c673cb6892 (diff) |
Increased BSD Subsystem naming compatibility.
git-svn-id: http://svn.telesphoreo.org/trunk@126 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/coreutils/make.sh')
-rw-r--r-- | data/coreutils/make.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/coreutils/make.sh b/data/coreutils/make.sh index 137265f15..9e51a0083 100644 --- a/data/coreutils/make.sh +++ b/data/coreutils/make.sh @@ -9,3 +9,5 @@ pkg: mkdir -p /usr/sbin pkg: mv /usr/bin/chroot /usr/sbin pkg: mkdir -p /etc/profile.d pkg: cp -a %/coreutils.sh /etc/profile.d +pkg: cp -a /bin/chown /usr/bin/chown +pkg: cp -a /bin/chown /usr/sbin/chown |