# # # patch "botan/configure.pl" # from [a469a0d9ea98290af2c28bac35550bd5043bf004] # to [d1edb4f23ac829bdd2d036353ba045cf3a144d4d] # # patch "botan/misc/config/os/defaults" # from [afae15ccadd0aff96811073ccef511d586b48474] # to [6f084ad2fad6de1ecf2bf01a83f753ae0106fdb8] # # patch "botan/misc/config/os/solaris" # from [42ccff72aea7d428a33b639eda96e613cc4c33ea] # to [59456b07112c980ad51097541df469220b34bb4f] # ============================================================ --- botan/configure.pl a469a0d9ea98290af2c28bac35550bd5043bf004 +++ botan/configure.pl d1edb4f23ac829bdd2d036353ba045cf3a144d4d @@ -1652,8 +1652,6 @@ sub generate_makefile { map_to($$config{'doc-dir'}, grep { &$is_in_doc_dir($_); } @DOCS)); - $docs .= File::Spec->catfile($$config{'base-dir'}, 'readme.txt'); - my $includes = file_list(undef, undef, undef, map_to($$config{'build_include_botan'}, keys %{$$config{'includes'}})); ============================================================ --- botan/misc/config/os/defaults afae15ccadd0aff96811073ccef511d586b48474 +++ botan/misc/config/os/defaults 6f084ad2fad6de1ecf2bf01a83f753ae0106fdb8 @@ -17,5 +17,5 @@ install_group root install_user root install_group root +install_cmd_data install -m 644 +install_cmd_exec install -m 755 -install_cmd_data install -o OWNER -g GROUP -m 644 -install_cmd_exec install -o OWNER -g GROUP -m 755 ============================================================ --- botan/misc/config/os/solaris 42ccff72aea7d428a33b639eda96e613cc4c33ea +++ botan/misc/config/os/solaris 59456b07112c980ad51097541df469220b34bb4f @@ -1,9 +1,9 @@ os_type unix realname "Solaris" os_type unix -install_cmd_data install -u OWNER -g GROUP -m 644 -install_cmd_exec install -u OWNER -g GROUP -m 755 +install_cmd_data install -m 644 +install_cmd_exec install -m 755 all