From 5dbea59f53c0379168dd60782700be4422dbe0b6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 17 Jan 2003 08:51:21 +0000 Subject: more minor installation cleanups --- make/coreutils.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/coreutils.mk') diff --git a/make/coreutils.mk b/make/coreutils.mk index 86b84e4c7..734e1a4bc 100644 --- a/make/coreutils.mk +++ b/make/coreutils.mk @@ -53,7 +53,8 @@ $(TARGET_DIR)/$(COREUTILS_TARGET_BINARY): $(COREUTILS_DIR)/$(COREUTILS_BINARY) ln -fs test $(TARGET_DIR)/usr/bin/[ # gnu thinks chroot is in bin, debian thinks it's in sbin mv $(TARGET_DIR)/usr/bin/chroot $(TARGET_DIR)/usr/sbin/chroot - rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/junk + rm -rf $(TARGET_DIR)/share/locale $(TARGET_DIR)/usr/info \ + $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc coreutils: uclibc $(TARGET_DIR)/$(COREUTILS_TARGET_BINARY) -- cgit v1.2.3