summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-02 23:28:26 +0000
committerKarl Berry <karl@freefriends.org>2011-04-02 23:28:26 +0000
commit5ef548762bb0e9f317aec1ec1e357e07caac1932 (patch)
treef2fffa0eb4e5a485f0349c9c4d48daf5d4e99255 /Master/tlpkg
parentc1db782e0c33211025b6c443c4417c4ceb41df75 (diff)
biber 0.9 (1apr11)
git-svn-id: svn://tug.org/texlive/trunk@21925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 2039f9174e2..5baaabd693a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4163,6 +4163,9 @@ sub POSTbiber {
# we've started with everything under source/.
&xchdir ("$DEST/source/bibtex/biber");
+ # clean spurious biber/ copy.
+ &SYSTEM ("$RM -rf biber");
+
# move doc pdf.
&SYSTEM ("$MV biber.pdf $DOCDIR/");