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:
parent
b87580466e
commit
2d2e8114b3
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user