diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-05-13 08:57:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-05-13 08:57:09 +0000 |
commit | 708d89c0f59e372e252348c5ad8292befe836f15 (patch) | |
tree | 6b9c8ad88450ad2c50c4042ec3fcb4840898b544 /make | |
parent | cf870e3632d6cff770534f7271fb9404d782e73d (diff) |
bother
Diffstat (limited to 'make')
-rw-r--r-- | make/procps.mk | 2 |
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) |