summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/tlpsrc/bin-vpe.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc4
-rw-r--r--Master/tlpkg/tlpsrc/vpe.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/wordcount.tlpsrc1
4 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc b/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
index 76ddef6dd25..04aac61ad2f 100644
--- a/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
+++ b/Master/tlpkg/tlpsrc/bin-vpe.tlpsrc
@@ -2,3 +2,4 @@ name bin-vpe
category TLCore
runpattern f texmf/scripts/vpe/*
binpattern f bin/${ARCH}/vpe
+depend vpe
diff --git a/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc b/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc
new file mode 100644
index 00000000000..91d397ecdee
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/bin-wordcount.tlpsrc
@@ -0,0 +1,4 @@
+name bin-wordcount
+category TLCore
+binpattern f bin/${ARCH}/wordcount.sh
+depend wordcount
diff --git a/Master/tlpkg/tlpsrc/vpe.tlpsrc b/Master/tlpkg/tlpsrc/vpe.tlpsrc
index ae9867db2c2..19a5c215206 100644
--- a/Master/tlpkg/tlpsrc/vpe.tlpsrc
+++ b/Master/tlpkg/tlpsrc/vpe.tlpsrc
@@ -1,2 +1,3 @@
name vpe
category Package
+depend bin-vpe
diff --git a/Master/tlpkg/tlpsrc/wordcount.tlpsrc b/Master/tlpkg/tlpsrc/wordcount.tlpsrc
index 46f1a435c50..f53b87a8587 100644
--- a/Master/tlpkg/tlpsrc/wordcount.tlpsrc
+++ b/Master/tlpkg/tlpsrc/wordcount.tlpsrc
@@ -1,2 +1,3 @@
name wordcount
category Package
+depend bin-wordcount