From 2d2e8114b3330fe69a71377cd773f4fad59a02e6 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 1 Jul 2021 16:34:06 -0400 Subject: [PATCH] Add install section for Makefile in debian packaging --- confluent_vtbufferd/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/confluent_vtbufferd/Makefile b/confluent_vtbufferd/Makefile index 7205052b..95b1b35c 100644 --- a/confluent_vtbufferd/Makefile +++ b/confluent_vtbufferd/Makefile @@ -3,3 +3,8 @@ vtbufferd: vtbufferd.c tmt.c clean: rm vtbufferd + +install: + mkdir -p $(DESTDIR)/opt/confluent/bin + $(INSTALL) -s vtbufferd $(DESTDIR)/opt/confluent/bin +