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/findutils.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'make/findutils.mk') diff --git a/make/findutils.mk b/make/findutils.mk index 82727d4d4..83bd6e170 100644 --- a/make/findutils.mk +++ b/make/findutils.mk @@ -31,7 +31,7 @@ $(FINDUTILS_DIR)/.configured: $(FINDUTILS_DIR)/.unpacked --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ - --libexecdir=/usr/lib \ + --libexecdir=/usr/lib/locate \ --sysconfdir=/etc \ --datadir=/usr/share \ --localstatedir=/var/lib \ @@ -46,7 +46,8 @@ $(FINDUTILS_DIR)/$(FINDUTILS_BINARY): $(FINDUTILS_DIR)/.configured $(TARGET_DIR)/$(FINDUTILS_TARGET_BINARY): $(FINDUTILS_DIR)/$(FINDUTILS_BINARY) $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC1) -C $(FINDUTILS_DIR) install - 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 findutils: uclibc $(TARGET_DIR)/$(FINDUTILS_TARGET_BINARY) -- cgit v1.2.3