summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpdb2list3
-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
5 files changed, 6 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpdb2list b/Master/tlpkg/bin/tlpdb2list
index c34b6dbf759..e5fd0b2b50a 100755
--- a/Master/tlpkg/bin/tlpdb2list
+++ b/Master/tlpkg/bin/tlpdb2list
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl -w
+#!/usr/bin/env perl
# $Id$
# tlpdb2list - create list file from tlpdb
# Copyright 2007 Norbert Preining
@@ -7,6 +7,7 @@
# or any later version.
BEGIN {
+ $^W = 1;
($mydir = $0) =~ s,/[^/]*$,,;
unshift (@INC, "$mydir/..");
}
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