Index: tcl/patchscripts/macosx-fixheaders.sh ================================================================== --- tcl/patchscripts/macosx-fixheaders.sh +++ tcl/patchscripts/macosx-fixheaders.sh @@ -1,5 +1,5 @@ #! /bin/bash -cp unix/*.h macosx/ +cp unix/*.h unix/install-sh macosx/ exit 0 Index: tk/patchscripts/macosx-fixheaders.sh ================================================================== --- tk/patchscripts/macosx-fixheaders.sh +++ tk/patchscripts/macosx-fixheaders.sh @@ -1,5 +1,5 @@ #! /bin/bash -cp unix/*.h macosx/ +cp unix/*.h unix/install-sh macosx/ exit 0