summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-01-31 03:13:03 +0100
committerAndreas Fankhauser hiddenalpha.ch2023-01-31 03:14:19 +0100
commit8cf606b6a5567df81b9b9ece92a0fffaafb71849 (patch)
tree39d23b4a88f302bd29ea6bf7ff2757f695a9d4e9 /configure
parent88358e97d7645004e6481353562450ffafd53072 (diff)
downloadDeflateAndInflate-8cf606b6a5567df81b9b9ece92a0fffaafb71849.zip
DeflateAndInflate-8cf606b6a5567df81b9b9ece92a0fffaafb71849.tar.gz
Try to move some older patches over from old sources
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 57c4c29..85aa010 100755
--- a/configure
+++ b/configure
@@ -154,7 +154,7 @@ printMakefile () {
printf '%s\n' ' $(MKDIRS) dist'
# Create Executable bundle.
printf '%s\n' ' $(MKDIRS) build/dist-bin'
- printf '%s\n' ' $(COPYTO) build/dist-bin README* LICENCE*'
+ printf '%s\n' ' $(COPYTO) build/dist-bin README* LICENSE*'
printf '%s\n' ' $(MKDIRS) build/dist-bin/bin'
printf '%s\n' ' $(COPYTO) build/dist-bin/bin build/bin/*'
printf '%s' ' (cd build/dist-bin && find . -type f -not -name MD5SUM -exec md5sum -b {} +)'