This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add setup-util dependency
pull/5/head
10sr
9 years ago
parent
6f88e71f1a
commit
62fdc9542e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 "$@"
Write
Preview
Loading…
Cancel
Save