diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-11 22:19:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-11 22:19:07 +0000 |
commit | b446a7b6b22e21847e43347c5d6097d651b7a91b (patch) | |
tree | cdb0fed64daa268455d232d6f9a043e419a8f59f /Master/tlpkg | |
parent | 8811eba4520e67dc164e292e16ca603f50d77e97 (diff) |
restore pstricks latex files in tex/latex subdir (oberdiek 5 Sep 2008 07:46:37)
git-svn-id: svn://tug.org/texlive/trunk@10565 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 7543433a4c1..4e02ab7fbc6 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -2674,7 +2674,7 @@ sub MAKEpstricks &SYSTEM ("$MV generic $DEST/tex/generic/pstricks"); # &xmkdir ("$DEST/tex/latex"); - &SYSTEM ("$MV latex $DEST/tex/generic/pstricks"); + &SYSTEM ("$MV latex $DEST/tex/latex/pstricks"); } sub MAKEwilson |