diff options
author | makefu <github@syntax-fehler.de> | 2011-08-12 19:17:14 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-08-12 19:17:14 +0200 |
commit | 729987c0b77b5b21f565446b62a614283c1e2b48 (patch) | |
tree | 4347d0ae5af76073db91f30e421dde1569fa7658 | |
parent | 66c2ce15a589790d26c69b7a6b561ff8fbba9e5a (diff) |
streams: add streams to new bin folder
-rw-r--r-- | streams/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/streams/Makefile b/streams/Makefile index 0922e38f..209eb656 100644 --- a/streams/Makefile +++ b/streams/Makefile @@ -9,3 +9,4 @@ all: $(streams) $(streams): @test -L $(INITD)$@ || test ! -e $(INITD)$@ && \ ln -n -s -f $$PWD/stream-starter $(INITD)$@ && echo "writing $@ to $(INITD)" + ln -sf $$PWD/streams ../bin/streams |