aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-03-24 10:20:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-03-24 10:20:11 +1300
commit5d6188ef72863339909a9033d9337d67ec4d9809 (patch)
tree3c1bcea1a632d8107d7b6ac6c0be620021059ed8 /Makefile
parentChange shb(1) to read stdin by default (diff)
downloaddotfiles-5d6188ef72863339909a9033d9337d67ec4d9809.tar.gz
dotfiles-5d6188ef72863339909a9033d9337d67ec4d9809.zip
Turns out "--" is not specified for chmod(1)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fd3c9931..96f93ed1 100644
--- a/Makefile
+++ b/Makefile
@@ -149,19 +149,19 @@ tmux/tmux.conf: tmux/tmux.conf.m4
.awk:
bin/shb awk -f < $< > $@
- chmod +x -- $@
+ chmod +x ./$@
.bash:
bin/shb bash < $< > $@
- chmod +x -- $@
+ chmod +x ./$@
.pl:
bin/shb perl < $< > $@
- chmod +x -- $@
+ chmod +x ./$@
.sed:
bin/shb sed -f < $< > $@
- chmod +x -- $@
+ chmod +x ./$@
install: install-bash \
install-bash-completion \