From 798a8ee8247c5889244561e781911ae28e27ce6f Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 29 Oct 2020 23:57:03 +0100 Subject: [PATCH] bug in installing doc files fixed in Tcl/build --- Tools/Tcl/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Tcl/build b/Tools/Tcl/build index 4324d56..ca7bfaf 100755 --- a/Tools/Tcl/build +++ b/Tools/Tcl/build @@ -1,7 +1,7 @@ #!/usr/bin/env modbuild pbuild::set_download_url "ftp://ftp.tcl.tk/pub/tcl/tcl8_6/tcl$V-src.tar.gz" -pbuild::install_docfiles 'license.terms' 'README*' +pbuild::install_docfiles 'license.terms' 'README.md' pbuild::configure() { case ${OS} in