Browse Source

Add setup-util dependency

pull/5/head
10sr 9 years ago
parent
commit
62fdc9542e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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 "$@"



Loading…
Cancel
Save