diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-18 18:52:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-18 18:52:06 +0000 |
commit | 0adc9edc52f6586f4c7abb9c69deecb04cfd9994 (patch) | |
tree | 7642f9aa13ae753fe1043c4fd124baba4cf2f371 /Master/tlpkg/libexec/cjk-build.pl | |
parent | e7a7c33e975231f44787edf2469ffc19f54a9733 (diff) |
ctan2tds (INSTALL): no x bit
cjk-build.pl: do not define $INSTALL and &I
git-svn-id: svn://tug.org/texlive/trunk@11912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/cjk-build.pl')
-rw-r--r-- | Master/tlpkg/libexec/cjk-build.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/tlpkg/libexec/cjk-build.pl b/Master/tlpkg/libexec/cjk-build.pl index a7cc28cffc3..444cba09dfa 100644 --- a/Master/tlpkg/libexec/cjk-build.pl +++ b/Master/tlpkg/libexec/cjk-build.pl @@ -13,24 +13,13 @@ # simply uses `install -d' so that missing subdirectories are created # automatically. - # XXX: This installs files in the Build hierarchy! - -$INSTALL = "install -d" - -sub I -{ - my ($s, $d) = @_; - &SYSTEM ("$INSTALL $s $BUILD/source/texk/$d"); -} - my $B = "cjkutils/bat"; my $C = "cjkutils/conv"; my $H = "cjkutils/hbf2gf"; my $S = "cjkutils/scripts"; - &I("utils/Bg5conv/bg5conv.c", "$C/bg5conv.c"); &I("utils/Bg5conv/bg5latex", "$S/bg5latex"); &I("utils/Bg5conv/bg5pdflatex", "$S/bg5pdflatex"); |