aboutsummaryrefslogtreecommitdiffstats
path: root/make/coreutils.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-10 17:45:39 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-10 17:45:39 +0000
commit0811c2d51617f146075646314295c6dcb9dbbb6f (patch)
treee802980cfa94b9d22cfc5658d3465ca999dd4e09 /make/coreutils.mk
parent1c6aad34405c65cc01911ec89ab7c3eac47a6473 (diff)
downloadbuildroot-novena-0811c2d51617f146075646314295c6dcb9dbbb6f.tar.gz
buildroot-novena-0811c2d51617f146075646314295c6dcb9dbbb6f.zip
Claus Rosenberger reported that hostname is supposed to be in /bin
Diffstat (limited to 'make/coreutils.mk')
-rw-r--r--make/coreutils.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/coreutils.mk b/make/coreutils.mk
index 1b3d67e70..5e2b87754 100644
--- a/make/coreutils.mk
+++ b/make/coreutils.mk
@@ -9,8 +9,8 @@ COREUTILS_CAT:=bzcat
COREUTILS_DIR:=$(BUILD_DIR)/coreutils-4.5.6
COREUTILS_BINARY:=src/vdir
COREUTILS_TARGET_BINARY:=bin/vdir
-BIN_PROGS:=cat chgrp chmod chown cp date dd df dir echo false ln ls mkdir \
- mknod mv pwd rm rmdir vdir sleep stty sync touch true uname
+BIN_PROGS:=cat chgrp chmod chown cp date dd df dir echo false hostname \
+ ln ls mkdir mknod mv pwd rm rmdir vdir sleep stty sync touch true uname
$(DL_DIR)/$(COREUTILS_SOURCE):
$(WGET) -P $(DL_DIR) $(COREUTILS_SITE)/$(COREUTILS_SOURCE)