File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ install: apply-patches
8383 curl -fs https://$${baseurl}/confluent-cli/binaries/$(CLI_VERSION)/confluent$${version}_windows_amd64.exe -o $${filepath}; \
8484 chmod 755 $${filepath}
8585
86- cp LICENSE $(DESTDIR)$(DOCPATH)/COPYRIGHT
86+ cp LICENSE $(DESTDIR)$(DOCPATH)/LICENSE
8787 $(DESTDIR)$(BINPATH)/confluent --version | awk -F' ' '{ print $3 }' > $(DESTDIR)$(DOCPATH)/version.txt
8888
8989 chown -R root:root $(DESTDIR)$(PREFIX)
Original file line number Diff line number Diff line change 1- --- cli/Makefile 2025-08-21 09:54:07.241093863 -0700
2- +++ debian/Makefile 2025-07-11 14:06:22.180812125 -0700
1+ --- cli/Makefile 2025-08-27 10:15:22.860561026 -0700
2+ +++ debian/Makefile 2025-09-12 11:15:01.286651273 -0700
33@@ -1,143 +1,163 @@
44- SHELL := /bin/bash
55- GORELEASER_VERSION := v1.21.2
143143+ curl -fs https://$${baseurl}/confluent-cli/binaries/$(CLI_VERSION)/confluent$${version}_windows_amd64.exe -o $${filepath}; \
144144+ chmod 755 $${filepath}
145145+
146- + cp LICENSE $(DESTDIR)$(DOCPATH)/COPYRIGHT
146+ + cp LICENSE $(DESTDIR)$(DOCPATH)/LICENSE
147147+ $(DESTDIR)$(BINPATH)/confluent --version | awk -F' ' '{ print $3 }' > $(DESTDIR)$(DOCPATH)/version.txt
148148
149149+ chown -R root:root $(DESTDIR)$(PREFIX)
You can’t perform that action at this time.
0 commit comments