summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo4
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;