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 /Master/tlpkg | |
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
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 3 |
1 files changed, 1 insertions, 2 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} - |