diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-16 22:14:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-16 22:14:42 +0000 |
commit | 96eef86dd6ca48e839d2dd1a1cd9851320fd54bc (patch) | |
tree | cc6355ecff01c7ae8eb05245043d813c9918534f /Master/tlpkg/libexec | |
parent | e97ef8dfa62909a029519adecf4bf8b35f4559be (diff) |
uothesis 2.5 (15mar11)
git-svn-id: svn://tug.org/texlive/trunk@21734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ae5a5fd17ca..fd82e724bdd 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1579,6 +1579,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'makecell', 'makecell.dtx', 'mylatexformat', 'mylatexformat.dtx', 'namespc', 'namespc.dtx', + 'uothesis', 'uothesis.dtx', 'pageslts', 'pagesLTS.dtx', 'paper', 'install', 'papermas', "$package.dtx", @@ -4138,14 +4139,13 @@ sub POSTbiber { my $tl_platform = $tl_platform{$biber_platform}; die "unknown biber platform $biber_platform, goodbye" if ! $tl_platform; - my $bindir = "$TOPDEST/bin/$tl_platform"; - &SYSTEM ("mkdir -p $bindir"); - &SYSTEM ("$CP $biber_binary $bindir/"); - # my $builddir = "$BUILDDEST/utils/biber/bin/$tl_platform"; &SYSTEM ("mkdir -p $builddir/"); &SYSTEM ("$MV $biber_binary $builddir/$biber_binary"); - + # + # really need to do svn cp here. + my $bindir = "$TOPDEST/bin/$tl_platform"; + &SYSTEM ("$CP $biber_binary $bindir/"); # bindir should already exist } # don't keep binary archive around in Master tree. |