diff options
author | Andreas Fankhauser hiddenalpha.ch | 2022-08-20 16:13:28 +0200 |
---|---|---|
committer | Andreas Fankhauser hiddenalpha.ch | 2022-08-20 16:13:28 +0200 |
commit | 55ef6724c71a933c3f625bc2d2df164de20b57f6 (patch) | |
tree | 9df3e5ada305be733c7ed71f69e1b868d5ce4de2 | |
parent | 8c9ef03a583e2bbedbd135a95962c8504929203f (diff) | |
download | DeflateAndInflate-55ef6724c71a933c3f625bc2d2df164de20b57f6.zip DeflateAndInflate-55ef6724c71a933c3f625bc2d2df164de20b57f6.tar.gz |
Fix copy-paste-mistake 'BulkLn' to 'DeflateAndInflate'v0.0.2
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' } |