Prior to the change, spoa is installed under DESTDIR with name `bin` --- Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 5de6135ec7d6..52eb43e5f938 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ spoa: $(OBJS)
$(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS)
install: spoa
+ install -v -d $(DESTDIR)$(BINDIR)
install spoa $(DESTDIR)$(BINDIR)
clean:

