Explorar el Código

Add setup-util dependency

pull/5/head
10sr hace 9 años
padre
commit
62fdc9542e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -205,7 +205,7 @@ setup_utils_path := $(setup_utils:%=$(bindir)/%)

$(setup_utils): %: $(bindir)/%

$(setup_utils_path):
$(setup_utils_path): $(bindir)
$(curl) -L --url "$(util_url)" --output "$@"
chmod +x "$@"



Cargando…
Cancelar
Guardar