diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-31 23:18:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-31 23:18:02 +0000 |
commit | d70fabe9093aaf2a135d65760c78cd84162bac85 (patch) | |
tree | d2daa8fcc3c7308807eafd78c3f4d6091aecea29 /Master/tlpkg/tlpsrc | |
parent | 6bcf0cb801eb864559cd43726d255f7a1539b8ff (diff) |
let us include config.guess in the installed dir, so we can potentially use it
git-svn-id: svn://tug.org/texlive/trunk@12031 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texlive.infra.tlpsrc | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc index ff1110ca5c1..db0a4f61bd9 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installer.tlpsrc @@ -11,8 +11,6 @@ longdesc 00texlive-installation.config(.tlpsrc) category TLCore runpattern f install-tl runpattern f tlpkg/installer/install-tl.html -# shouldn't be in the installer packages -# runpattern f tl-portable runpattern f tlpkg/installer/config.guess # automatically added by tl-make-installer-package #runpattern d tlpkg/TeXLive diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc index aabfe7484f4..31baebe5004 100644 --- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc +++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc @@ -31,6 +31,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 \ |