summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-09-14 22:20:04 +0000
committerKarl Berry <karl@freefriends.org>2016-09-14 22:20:04 +0000
commitada185c4b489c295d97a94e2a8095efa22bf711e (patch)
tree3637f49bf33b2415b9bda469018d934edb0e6ffb /Master/tlpkg
parentf01fb1e261d2db20de20955d45643ba21d94c3e4 (diff)
biber (14sep16)
git-svn-id: svn://tug.org/texlive/trunk@42062 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
-rw-r--r--Master/tlpkg/tlpsrc/biber.tlpsrc1
2 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 83ff2b3e4f3..bbc10986807 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5336,7 +5336,7 @@ sub POSTbiber {
# really need to do svn cp for this (in place, can't do it here).
my $bindir = "$TOPDEST/bin/$tl_platform";
&SYSTEM ("mkdir -p $bindir/");
- &SYSTEM ("$MV $biber_binary $bindir/") || die; #bindir should already exist
+ &SYSTEM ("$MV $biber_binary $bindir/") == 0 || die;
}
# don't keep binary archives around in Master tree.
diff --git a/Master/tlpkg/tlpsrc/biber.tlpsrc b/Master/tlpkg/tlpsrc/biber.tlpsrc
index 4b2d257df36..1d0019cdc0b 100644
--- a/Master/tlpkg/tlpsrc/biber.tlpsrc
+++ b/Master/tlpkg/tlpsrc/biber.tlpsrc
@@ -1,7 +1,6 @@
# Not all platforms provide this.
binpattern f/!\
amd64-netbsd,\
-armel-linux,\
armhf-linux,\
i386-netbsd,\
powerpc-linux,\