summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-05 22:54:37 +0000
committerKarl Berry <karl@freefriends.org>2011-06-05 22:54:37 +0000
commita26d2df06a83fed86499f39233c0338b79a3f79b (patch)
treed0b4530420f4d74e48ebf6b64d9048d756e62fe1 /Master/tlpkg/libexec
parent7d8670e5192cb022ac6789aebe6ebdf6cdedd041 (diff)
biber 0.9.2
git-svn-id: svn://tug.org/texlive/trunk@22800 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 6fa46abea1d..e4fd6b5056a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2082,7 +2082,7 @@ for (@ARGV) {
$package = pop (@x);
my $COOKED_PKG = "$COOKED_TOP/$package"; # output directory
- if ($specialscripts_bin{$package}) {
+ if ($specialscripts_bin{$package} || $package eq "biber") {
$BUILDDEST = "$COOKED_PKG/Build/source";
$TOPDEST = "$COOKED_PKG/Master";
} else {