summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-19 23:32:00 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-19 23:32:00 +0000
commitda26328fbdf34c5ef443531032f018b857b454aa (patch)
tree6a6164e2df539b98c6dd63e1c2cd17aa9d9680bf /Makefile
parent4cc6f73f6773de51a26309ec1bf75ea8ce12a2ee (diff)
Seems most folks don't have /sbin in their path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eaed741e5..1070e1167 100644
--- a/Makefile
+++ b/Makefile
@@ -116,7 +116,7 @@ install:
rm -f $(INSTALL_DIR)/lib/libuClibc.so; \
ln -s $(INSTALL_DIR)/lib/$(SHARED_NAME) \
$(INSTALL_DIR)/lib/libuClibc.so; \
- ldconfig; \
+ /sbin/ldconfig; \
fi;
@if [ "$(HAS_MMU)" = "false" ] ; then \
set -x; \