diff options
Diffstat (limited to 'data/coreutils')
-rw-r--r-- | data/coreutils/_metadata/name | 1 | ||||
-rw-r--r-- | data/coreutils/_metadata/section | 2 | ||||
-rw-r--r-- | data/coreutils/make.sh | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/data/coreutils/_metadata/name b/data/coreutils/_metadata/name new file mode 100644 index 000000000..aae11e1de --- /dev/null +++ b/data/coreutils/_metadata/name @@ -0,0 +1 @@ +Core Utilities diff --git a/data/coreutils/_metadata/section b/data/coreutils/_metadata/section index 2ac05bdde..6566834f5 100644 --- a/data/coreutils/_metadata/section +++ b/data/coreutils/_metadata/section @@ -1 +1 @@ -console +Console 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 |