diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-04 18:20:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-04 18:20:55 +0000 |
commit | 79e3831f6773e021d2e76c753cd156721ddd7621 (patch) | |
tree | deecb6b9588c31c015b1c5b5bcc0f51415004067 /Master/tlpkg | |
parent | 8a2f7e29046ab491ab64cb7b5bcf920db12da230 (diff) |
i386-openbsd binaries for tl08 from edd
git-svn-id: svn://tug.org/texlive/trunk@8562 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 13 | ||||
-rwxr-xr-x | Master/tlpkg/installer/lzma/lzma.i386-openbsd | bin | 0 -> 603951 bytes | |||
-rwxr-xr-x | Master/tlpkg/installer/lzma/lzmadec.i386-openbsd | bin | 0 -> 28211 bytes |
3 files changed, 9 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 747221afc58..e9890c22bb0 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -91,18 +91,23 @@ for tlname in $tlnames; do # karl convenience default_bin_loc= + download_loc=${TMPDIR-$tmpdir}/tl.$tlname.tar.gz if test x"$USER" = xkarl; then case $tlname in - powerpc-darwin|i386-darwin) - default_bin_loc=/tmp/tl.$tlname.tar.gz - $download http://www.uoregon.edu/~koch/$tlname.tar.gz -O $default_bin_loc;; amd64-freebsd) - default_bin_loc=/tmp/tl.$tlname.tar.gz + default_bin_loc=$download_loc $download http://www.witticism.org/temp/x86_64-fbsd7.tar.bz2 -O $default_bin_loc;; i386-freebsd) default_bin_loc=/home/manfred/tl2008.bin.tgj;; i386-linux) default_bin_loc=/home/texlive/sarge/tmp/source/inst/bin/i686-pc-linux-gnu;; + i386-openbsd) + default_bin_loc=$download_loc;; + # too many subdirs, extract bin manually. + #http://students.dec.bmth.ac.uk/ebarrett/files/texlive2008_OpenBSD_bin_rc1.tgz -O $default_bin_loc;; + powerpc-darwin|i386-darwin) + default_bin_loc=$download_loc + $download http://www.uoregon.edu/~koch/$tlname.tar.gz -O $default_bin_loc;; esac fi diff --git a/Master/tlpkg/installer/lzma/lzma.i386-openbsd b/Master/tlpkg/installer/lzma/lzma.i386-openbsd Binary files differnew file mode 100755 index 00000000000..73dfa65be1e --- /dev/null +++ b/Master/tlpkg/installer/lzma/lzma.i386-openbsd diff --git a/Master/tlpkg/installer/lzma/lzmadec.i386-openbsd b/Master/tlpkg/installer/lzma/lzmadec.i386-openbsd Binary files differnew file mode 100755 index 00000000000..a872e7aed6a --- /dev/null +++ b/Master/tlpkg/installer/lzma/lzmadec.i386-openbsd |