diff options
author | Norbert Preining <preining@logic.at> | 2008-05-15 09:40:27 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-15 09:40:27 +0000 |
commit | c84607c998889966cc0fbefa09774fd70e17688a (patch) | |
tree | 6646c2918a508ea54815c5303bda141aa7f2a3b9 | |
parent | 5df3a7135448e8595f77e193e48dd94cdfa79854 (diff) |
auto-generate the option_archs from the stuff in svn
git-svn-id: svn://tug.org/texlive/trunk@8152 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index 51ac8240bbf..6c8517f8fdd 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -114,6 +114,8 @@ sub main # write the new db, to the real location given --all, or stdout. if ($opt_all) { $tldb->root("$opt_master"); + # do set the option_archs from the dirs in Master/bin + $tldb->option_archs($tltree->architectures); $tldb->save; tllog($::LOG_NORMAL, "$0: wrote $src_count packages to ". $tldb->root . ".\n"); } else { diff --git a/Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc b/Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc index 421fa7ec8de..ceedb22e802 100644 --- a/Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive-installation.config.tlpsrc @@ -1,7 +1,6 @@ name 00texlive-installation.config category TLCore depend platform: -depend archs:alpha-linux hppa-hpux i386-darwin i386-freebsd i386-linux i386-openbsd i386-solaris mips-irix powerpc-aix powerpc-darwin powerpc-linux sparc-linux sparc-solaris win32 x86_64-linux depend location:__MASTER__ depend paper:a4 depend formats:0 |