From 8cf606b6a5567df81b9b9ece92a0fffaafb71849 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Tue, 31 Jan 2023 03:13:03 +0100 Subject: Try to move some older patches over from old sources --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 {} +)' -- cgit v1.1