diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-02 00:33:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-02 00:33:14 +0000 |
commit | 21c449f985058fb36bb2ae020465d49fa5820872 (patch) | |
tree | 2581e2ba725b8fe9b4e516adaafabd9e5a78dddb /Master | |
parent | 24c8f99fa633ac55572147f017631ed41dc6762b (diff) |
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
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 4 |
1 files changed, 2 insertions, 2 deletions
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; |