Explorar el Código

remove update_dyld_shared_cache check

Kevin Bradley hace 3 años
padre
commit
6c958df5b5
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1 7
      src/help.c

+ 1 - 7
src/help.c

@@ -121,13 +121,7 @@ void checkpath(void) {
     TAR,
     DIFF,
     BACKEND,
-    /* Mac OS X uses dyld (Mach-O) instead of ld.so (ELF), and does not have
-     * an ldconfig. */
-#if defined(__APPLE__) && defined(__MACH__)
-    "update_dyld_shared_cache",
-#else
-    "ldconfig",
-#endif
+    "launchctl",
 #if BUILD_START_STOP_DAEMON
     "start-stop-daemon",
 #endif