2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Add install section for Makefile in debian packaging

This commit is contained in:
Jarrod Johnson 2021-07-01 16:34:06 -04:00
parent b87580466e
commit 2d2e8114b3

View File

@ -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