summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2zip
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-06 17:34:06 +0000
committerNorbert Preining <preining@logic.at>2007-11-06 17:34:06 +0000
commit019dcae3879d68beab6c736fe63e90f2e4e77f0c (patch)
tree6fc707c7a43d14f7c5dd57cecd72be2d1a302b4a /Master/tlpkg/bin/tlpsrc2zip
parent3f1d85a5192dc2b66772fa9cb114b8b6a9cb2c6e (diff)
- change TLPOBJ->make_zip to take a simple path instead of a TLTREE as first
argument, it is not necessary - add a new program tlpdb2zip which generates zip files for all/specified packages git-svn-id: svn://tug.org/texlive/trunk@5371 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2zip')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2zip2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2zip b/Master/tlpkg/bin/tlpsrc2zip
index ed4c2db3a9d..50d4f715088 100755
--- a/Master/tlpkg/bin/tlpsrc2zip
+++ b/Master/tlpkg/bin/tlpsrc2zip
@@ -96,7 +96,7 @@ sub main
$tlp->update_from_catalogue ($tlc);
}
- $tlp->make_zip($tltree,$opt_outputdir);
+ $tlp->make_zip($opt_master,$opt_outputdir);
}
warn "\n";