From 729987c0b77b5b21f565446b62a614283c1e2b48 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 12 Aug 2011 19:17:14 +0200 Subject: streams: add streams to new bin folder --- streams/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'streams') 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 -- cgit v1.2.3