Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 13 Sep 2018 19:35:33 +0200
Description: Upstream should use consistent installation target dir

--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ LDFLAGS = -L$(LIB_DIR) -lvcflib -lhts -l
 all: $(OBJECTS) $(BINS) scriptToBin
 
 scriptToBin: $(BINS)
-	cp scripts/* bin
+	cp scripts/* $(BIN_DIR)
 
 GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always)
 
