revert naming convention for the dist package

Tue, 11 Feb 2025 21:37:12 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 11 Feb 2025 21:37:12 +0100
changeset 1197
6dadac4864dc
parent 1196
6b0acad8b56d
child 1198
d73620697593

revert naming convention for the dist package

make/makefile.mk file | annotate | diff | comparison | revisions
--- a/make/makefile.mk	Tue Feb 11 21:33:42 2025 +0100
+++ b/make/makefile.mk	Tue Feb 11 21:37:12 2025 +0100
@@ -27,8 +27,8 @@
 	$(MKDIR) $(dist_dir)/libucx
 	$(COPYALL) CHANGELOG configure COPYING Doxyfile Makefile README \
 		uaplogo.png make src tests $(dist_dir)/libucx/
-	@cd $(dist_dir) && tar -czf libucx-src-$(VERSION).tar.gz -Hustar libucx
-	@echo "[ Dist created: $(dist_dir)/libucx-src-$(VERSION).tar.gz ]"
+	@cd $(dist_dir) && tar -czf ucx-$(VERSION).tar.gz -Hustar libucx
+	@echo "[ Dist created: $(dist_dir)/ucx-$(VERSION).tar.gz ]"
 
 clean: FORCE
 	$(RMDIR) $(build_dir)

mercurial