--- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d409ff..273c899 100644 --- a/Makefile +++ b/Makefile _AT_@ -236,8 +236,9 @@ sbase-box-uninstall: sbase-box proto scripts/uninstall proto dist: clean - mkdir -p sbase + mkdir -p sbase/scripts cp -R LICENSE Makefile README TODO config.mk *.c *.1 *.h libutf libutil sbase + cp scripts/getconf.sh sbase/scripts mv sbase sbase-$(VERSION) tar -cf sbase-$(VERSION).tar sbase-$(VERSION) gzip sbase-$(VERSION).tar -- 2.51.0Received on Thu Aug 28 2025 - 17:26:20 CEST
This archive was generated by hypermail 2.3.0 : Thu Aug 28 2025 - 17:36:37 CEST