# HG changeset patch # User John Donoghue # Date 1628793870 14400 # Node ID 602265d1c6533f19f9dee832bb0a46ec28e58026 # Parent 3a6e9da48c3bfd9784a672814a1938d04fecb902 * tools/msys2-install.py: copy .INSTALL to pkg dir as install diff -r 3a6e9da48c3b -r 602265d1c653 tools/msys2-install.py --- a/tools/msys2-install.py Thu Aug 12 14:44:28 2021 -0400 +++ b/tools/msys2-install.py Thu Aug 12 14:44:30 2021 -0400 @@ -222,6 +222,8 @@ save_list_file (pkg_info_dir + "/files", filelist, "%FILES%") save_desc_file (pkg_info_dir + "/desc", pkginfo) shutil.copy2(tmpdir + "/.MTREE", pkg_info_dir + "/mtree") + if os.path.exists(tmpdir + "/.INSTALL") == True: + shutil.copy2(tmpdir + "/.INSTALL", pkg_info_dir + "/install") finally: if env.verbose: