From c66994184ce89bf827ed42eb474b0913fb25bb39 Mon Sep 17 00:00:00 2001 From: Daniel Neus Date: Wed, 17 Aug 2016 17:28:46 +0200 Subject: missing adjustment in install.py from GH #584 --- src/scripts/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/install.py b/src/scripts/install.py index 33a316ad4..799d8ea4e 100755 --- a/src/scripts/install.py +++ b/src/scripts/install.py @@ -134,7 +134,7 @@ def main(args = None): 'botan') out_dir = process_template('%{out_dir}') - app_exe = process_template('botan%{program_suffix}') + app_exe = process_template('botan%{program_suffix}') if str(cfg['os']) != "windows" else 'botan-cli.exe' for d in [options.destdir, lib_dir, bin_dir, target_doc_dir, target_include_dir]: makedirs(d) -- cgit v1.2.3