diff options
-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 |