aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-08 14:22:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-08 14:22:22 +1200
commit8217f689fcab1343dbc57e246e6f1cbeca46532b (patch)
tree9778a631fbbcd104118edb2cc38eaab7f3ac1fb2 /Makefile
parentAdd acq(6) (diff)
downloaddotfiles-8217f689fcab1343dbc57e246e6f1cbeca46532b.tar.gz
dotfiles-8217f689fcab1343dbc57e246e6f1cbeca46532b.zip
Prevent sed sources from getting installed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c96311ab..c3e52312 100644
--- a/Makefile
+++ b/Makefile
@@ -176,7 +176,12 @@ install-finger :
install-games : games/acq games/kvlt games/zs test-games install-games-man
install -m 0755 -d -- "$(HOME)"/.local/games
- install -m 0755 -- games/* "$(HOME)"/.local/games
+ for game in games/* ; do \
+ case $$game in \
+ *.sed) ;; \
+ *) install -m 0755 -- "$$game" "$(HOME)"/.local/games ;; \
+ esac \
+ done
install-games-man :
install -m 0755 -d -- "$(HOME)"/.local/share/man/man6