diff options
author | Andreas Fankhauser hiddenalpha.ch | 2023-01-31 03:13:03 +0100 |
---|---|---|
committer | Andreas Fankhauser hiddenalpha.ch | 2023-01-31 03:14:19 +0100 |
commit | 8cf606b6a5567df81b9b9ece92a0fffaafb71849 (patch) | |
tree | 39d23b4a88f302bd29ea6bf7ff2757f695a9d4e9 /configure | |
parent | 88358e97d7645004e6481353562450ffafd53072 (diff) | |
download | DeflateAndInflate-8cf606b6a5567df81b9b9ece92a0fffaafb71849.zip DeflateAndInflate-8cf606b6a5567df81b9b9ece92a0fffaafb71849.tar.gz |
Try to move some older patches over from old sources
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {} +)' |