summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-10-05 07:37:05 +0000
committerNorbert Preining <preining@logic.at>2007-10-05 07:37:05 +0000
commit375bee6fc9be83a8a3cc37f63b25c4aa2564eb69 (patch)
treed9f31c56e10555ce3df6baa92566c2159e0019cf /Master/tlpkg/tlpsrc
parentffff83d6e79687ff18103cc6a2d01c9211b25d75 (diff)
fixing depends lines, updating the texlive.tlpdb.
Depends lines still contain the tltree: depend Package/vpe, etc git-svn-id: svn://tug.org/texlive/trunk@5116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/bin-vpe.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/vpe.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/wordcount.tlpsrc2
4 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc b/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
index 04aac61ad2f..593cff37439 100644
--- a/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
+++ b/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
@@ -2,4 +2,4 @@ name bin-vpe
category TLCore
runpattern f texmf/scripts/vpe/*
binpattern f bin/${ARCH}/vpe
-depend vpe
+depend Package/vpe
diff --git a/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc b/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc
index 91d397ecdee..0e7a5a0d060 100644
--- a/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc
+++ b/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc
@@ -1,4 +1,4 @@
name bin-wordcount
category TLCore
binpattern f bin/${ARCH}/wordcount.sh
-depend wordcount
+depend Package/wordcount
diff --git a/Master/tlpkg/tlpsrc/vpe.tlpsrc b/Master/tlpkg/tlpsrc/vpe.tlpsrc
index 19a5c215206..06e2fbec30e 100644
--- a/Master/tlpkg/tlpsrc/vpe.tlpsrc
+++ b/Master/tlpkg/tlpsrc/vpe.tlpsrc
@@ -1,3 +1,3 @@
name vpe
category Package
-depend bin-vpe
+depend TLCore/bin-vpe
diff --git a/Master/tlpkg/tlpsrc/wordcount.tlpsrc b/Master/tlpkg/tlpsrc/wordcount.tlpsrc
index f53b87a8587..874c0a99071 100644
--- a/Master/tlpkg/tlpsrc/wordcount.tlpsrc
+++ b/Master/tlpkg/tlpsrc/wordcount.tlpsrc
@@ -1,3 +1,3 @@
name wordcount
category Package
-depend bin-wordcount
+depend TLCore/bin-wordcount