Tue, 11 Feb 2025 21:37:12 +0100
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)