summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-05-13 08:57:09 +0000
committerEric Andersen <andersen@codepoet.org>2004-05-13 08:57:09 +0000
commit708d89c0f59e372e252348c5ad8292befe836f15 (patch)
tree6b9c8ad88450ad2c50c4042ec3fcb4840898b544
parentcf870e3632d6cff770534f7271fb9404d782e73d (diff)
downloadbuildroot-novena-708d89c0f59e372e252348c5ad8292befe836f15.tar.gz
buildroot-novena-708d89c0f59e372e252348c5ad8292befe836f15.zip
bother
-rw-r--r--make/procps.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/procps.mk b/make/procps.mk
index 123cd3fb3..becc10b5b 100644
--- a/make/procps.mk
+++ b/make/procps.mk
@@ -22,7 +22,7 @@ $(PROCPS_DIR)/$(PROCPS_BINARY): $(PROCPS_DIR)/.source
$(TARGET_DIR)/$(PROCPS_TARGET_BINARY): $(PROCPS_DIR)/$(PROCPS_BINARY)
$(TARGET_CONFIGURE_OPTS) $(MAKE) DESTDIR=$(TARGET_DIR) \
install='install -D' -C $(PROCPS_DIR) \
- ldconfig='bin/true' install
+ ldconfig='/bin/true' install
rm -Rf $(TARGET_DIR)/usr/man
procps: uclibc ncurses $(TARGET_DIR)/$(PROCPS_TARGET_BINARY)