summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-11 21:18:46 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-11 21:18:46 +0000
commit87b364f5fde997034a9d2d60eca68b143bd27009 (patch)
tree4ec71555031b941f37d2dfa15456a346e3d192d3 /Tools
parent- Update to 1.1.4.8.070602 (diff)
Set default architecture to i386.
Notes
Notes: svn path=/head/; revision=193294
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/tindex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/scripts/tindex b/Tools/scripts/tindex
index 081e6557a831..ffb02ab56ed6 100755
--- a/Tools/scripts/tindex
+++ b/Tools/scripts/tindex
@@ -33,6 +33,9 @@ export SRCDIR5=${BASEDIR}/src.5
export SRCDIR6=${BASEDIR}/src.6
export SRCDIR7=${BASEDIR}/src.7
+# Target architecture
+export ARCH=i386
+
# SSH key to use for copying INDEXes to www host (if non-default)
export SSHKEY="-i /home/kris/.ssh/id_dsa-index"