Browse Source

Seems most folks don't have /sbin in their path

Eric Andersen 24 years ago
parent
commit
da26328fbd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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; \