From 21c449f985058fb36bb2ae020465d49fa5820872 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 2 Apr 2008 00:33:14 +0000 Subject: no need to report copying single file every time any more? git-svn-id: svn://tug.org/texlive/trunk@7283 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkginfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 939fc625c6c..04a354647b6 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -193,8 +193,8 @@ sub catalogue_find_ctan_path system ("rm -rf $pkgdir"); mkdir ($pkgdir, 0777); - warn "$0: copying single file:\n"; - warn "$0: $CTAN/$ctan_loc\n"; +# warn "$0: copying single file:\n"; +# warn "$0: $CTAN/$ctan_loc\n"; unless (system ("cp -p '$CTAN/$ctan_loc' '$pkgdir/'") == 0) { warn "$0: copy of $CTAN/$ctan_loc to $pkgdir failed?!\n"; return undef; -- cgit v1.2.3