summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2022-08-20 16:13:28 +0200
committerAndreas Fankhauser hiddenalpha.ch2022-08-20 16:13:28 +0200
commit55ef6724c71a933c3f625bc2d2df164de20b57f6 (patch)
tree9df3e5ada305be733c7ed71f69e1b868d5ce4de2 /configure
parent8c9ef03a583e2bbedbd135a95962c8504929203f (diff)
downloadDeflateAndInflate-55ef6724c71a933c3f625bc2d2df164de20b57f6.zip
DeflateAndInflate-55ef6724c71a933c3f625bc2d2df164de20b57f6.tar.gz
Fix copy-paste-mistake 'BulkLn' to 'DeflateAndInflate'v0.0.2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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'
}