Explorar o código

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

Eric Andersen %!s(int64=25) %!d(string=hai) anos
pai
achega
da26328fbd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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; \