diff options
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-vpe.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/vpe.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/wordcount.tlpsrc | 2 |
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 |