From 55ef6724c71a933c3f625bc2d2df164de20b57f6 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Sat, 20 Aug 2022 16:13:28 +0200 Subject: Fix copy-paste-mistake 'BulkLn' to 'DeflateAndInflate' --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7156777..3acbb1d 100755 --- a/configure +++ b/configure @@ -158,7 +158,7 @@ printMakefile () { printf '%s' ' (cd build/dist-bin && find . -type f -not -name MD5SUM -exec md5sum -b {} +)' printf '%s\n' ' > build/dist-bin/MD5SUM' printf '%s' ' (cd build/dist-bin && tar --owner=0 --group=0' - printf '%s\n' ' -czf "../../dist/BulkLn-$(PROJECT_VERSION).tgz" *)' + printf '%s\n' ' -czf "../../dist/DeflateAndInflate-$(PROJECT_VERSION).tgz" *)' printf '%s\n' ' echo "" && echo "See '\''./dist/'\'' for result." && echo ""' printf '%s' ' if test -n "$$(git status --porcelain 2>/dev/null)"; then' printf '%s' ' echo "[WARN ] Worktree dirty!"; sleep 2;' @@ -168,7 +168,7 @@ printMakefile () { printf '%s\n' '.PHONY: install' printf '%s\n' 'install:' printf '%s\n' ' $(MKDIRS) "$(BINDIR)"' - printf '%s\n' ' tar --strip-components=1 -C "$(BINDIR)" -xzf "$(shell ls dist/BulkLn-*.tgz)" -- bin' + printf '%s\n' ' tar --strip-components=1 -C "$(BINDIR)" -xzf "$(shell ls dist/DeflateAndInflate-*.tgz)" -- bin' } -- cgit v1.1