diff options
author | Karl Berry <karl@freefriends.org> | 2009-02-01 15:36:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-02-01 15:36:24 +0000 |
commit | f41fcc88f9b5d04634fb78db19a48b7e075bccb4 (patch) | |
tree | 530da07b17aa3c18c3e6b32577ea3bd42f099005 | |
parent | 3b0fe587b7d0dfa4a057214919dd70b91fbc786e (diff) |
config.guess should be a runpattern, not a binpattern, to avoid duplicates
git-svn-id: svn://tug.org/texlive/trunk@12044 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 3 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index 31baebe5004..9253507fa05 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -18,6 +18,7 @@ docpattern f tlpkg/README runpattern d readme-html.dir runpattern d readme-txt.dir runpattern d tlpkg/TeXLive +runpattern f tlpkg/installer/config.guess runpattern f LICENSE* runpattern f README runpattern f README* @@ -31,9 +32,7 @@ binpattern f/win32 tlpkg/installer/lzma/lzma.exe binpattern f/win32 tlpkg/installer/wget/wget.exe binpattern f tlpkg/installer/lzma/lzmadec.${ARCH} binpattern f tlpkg/installer/lzma/lzma.${ARCH} -binpattern f tlpkg/installer/config.guess # we count on lots of platforms providing their own wget. binpattern f/!i386-solaris,i386-linux,mips-irix,sparc-linux,alpha-linux,\ powerpc-linux,i386-freebsd,x86_64-linux \ tlpkg/installer/wget/wget.${ARCH} - @@ -16,7 +16,7 @@ Public domain. TODO: - see tlpkg/etc/2009.* - create collection-langlithuanian for lithuanian + hyphen-lithuanian. - move tlmgr to texlive.infra so bin-texlive doesn't have to be critical. -- move texlive.infra doc files to docpattern. +- reenable texlive.infra doc files to docpattern (see comments). - install rework-AddFormat-lines.patch and get rid of texmf/fmtutil. - rename 00texlive-installation.config to 00texlive.installation. - change V to 4 in dvipdfm/config (if we don't replace with dvipdfmx). |